| IWM(4) | Device Drivers Manual | IWM(4) |
iwm — Intel
7000/8000/9000 IEEE 802.11a/ac/b/g/n wireless network device
iwm* at pci?
The iwm driver provides support for Intel
Wireless 7260, 7265, 3160, 3165, 3168, 8260, 8265, and 9260 PCIe Mini Card
and M.2 network adapters, and for Intel Wireless 9560 Integrated
Connectivity (CNVi) network adapters with companion RF M.2 modules.
These are the modes the iwm driver can
operate in:
The iwm driver can be configured to use
Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA1 and WPA2).
WPA2 is currently the most secure encryption standard for wireless networks
supported by OpenBSD. It is strongly recommended
that neither WEP nor WPA1 are used as the sole mechanism to secure wireless
communication, due to serious weaknesses. WPA1 is disabled by default and
may be enabled using the option "wpaprotos
wpa1,wpa2". For standard WPA networks which use
pre-shared keys (PSK), keys are configured using the
"wpakey" option. WPA-Enterprise networks
require use of the wpa_supplicant package. The iwm
driver offloads both encryption and decryption of unicast data frames to the
hardware for the CCMP cipher.
In BSS mode the driver supports background scanning; see ifconfig(8).
The iwm driver can be configured at
runtime with ifconfig(8) or on
boot with
hostname.if(5).
The driver needs one of the following firmware files, which are loaded when an interface is brought up:
These firmware files are not free because Intel refuses to grant distribution rights without contractual obligations. As a result, even though OpenBSD includes the driver, the firmware files cannot be included and users have to download these files on their own.
A prepackaged version of the firmware can be installed using fw_update(8).
The following example scans for available networks:
# ifconfig iwm0 scanThe following hostname.if(5) example configures iwm0 to join network “mynwid”, using WPA key “mywpakey”, obtaining an IP address using DHCP:
join mynwid wpakey mywpakey inet autoconf
arp(4), ifmedia(4), intro(4), netintro(4), pci(4), hostname.if(5), ifconfig(8)
The iwm device driver first appeared in
OpenBSD 5.7.
| March 27, 2025 | openbsd |