NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can't get wpa_supplicant to work on NetBSD 5.0.2



Hi,

this is my config on the client:

cat /etc/wpa_supplicant.conf 
# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
#
# home network; allow all valid ciphers
network={
    ssid="MYNETWORK"
    scan_ssid=1
    key_mgmt=WPA-PSK
    psk=64 BYTES in TOTAL HERE
}


grep wpa /etc/rc.conf
wpa_supplicant=YES   wpa_supplicant_flags="-B  -iath0 
-c/etc/wpa_supplicant.conf"

works here 5.0_STABLE

Cheers,

Dave



Home | Main Index | Thread Index | Old Index