WiFi configuration

Adrian Chadd adrian at freebsd.org
Mon Feb 24 06:35:31 UTC 2014


Hi

all you need is:

interface=wlan0
driver=bsd
ssid=CACHEBOY_11N_1
wpa=3
wpa_key_mgmt=WPA-PSK
wpa_passphrase=PasswordGoesHere
wpa_pairwise=CCMP
ctrl_interface=/var/run/hostapd


I haven't tried running the wifi with an mtu greater than the default
(1500). Why are you trying to do this?

you also don't need to say ht, it'll automatically do ht for you.

-a


More information about the freebsd-stable mailing list