User Tools

Site Tools


bsd:notes:wifi

This is an old revision of the document!


Wireless

wpa_supplicant.conf

su -l
ee /etc/wpa_supplicant.conf
network={
        ssid="x"
        psk="x"
        scan_ssid=1
        key_mgmt=WPA-PSK
        priority=5
}

rc.conf

su -l
ee '/etc/rc.conf'
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
create_args_wlan0="country US regdomain FCC"
1)
2024/09/08: Intel Wireless-AC 9560: 30MB/s from NAS with wifibox, 2MB/s native, 15MB/s USB Tether
/srv/www/wiki/data/attic/bsd/notes/wifi.1732939723.txt.gz · Last modified: by Sean Rhone