| URTW(4) | Device Drivers Manual | URTW(4) |
urtw — Realtek
RTL8187L/RTL8187B USB IEEE 802.11b/g wireless network device
urtw* at uhub? port ?
The urtw driver supports USB 802.11b/g
wireless adapters based on the Realtek RTL8187L and RTL8187B.
These are the modes the urtw driver can
operate in:
The urtw 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 urtw
driver relies on the software 802.11 stack for both encryption and
decryption of data frames.
The urtw driver can be configured at
runtime with ifconfig(8) or on
boot with
hostname.if(5).
The following adapters should work:
The following example scans for available networks:
# ifconfig urtw0 scanThe following hostname.if(5) example configures urtw0 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), usb(4), hostname.if(5), ifconfig(8)
Realtek Semiconductor: https://www.realtek.com/en
The urtw device driver first appeared in
OpenBSD 4.5.
The urtw driver was written by
Weongyo Jeong
<weongyo@FreeBSD.org>.
| March 27, 2025 | openbsd |