--- wikisrc/tutorials/how_to_use_wpa_supplicant.mdwn 2016/04/14 20:33:04 1.5 +++ wikisrc/tutorials/how_to_use_wpa_supplicant.mdwn 2017/04/15 05:51:41 1.8 @@ -33,7 +33,7 @@ Then enable wpa_supplicant on your netwo to add wpa_supplicant=YES - wpa_supplicant_flags="${wpa_supplicant_flags} -i iwn0" + wpa_supplicant_flags="-i iwn0 -c /etc/wpa_supplicant.conf" If your LAN is configured with DHCP, you will likely also want `dhcpcd=YES` in `/etc/rc.conf` to run [dhcpcd](http://netbsd.gw.com/cgi-bin/man-cgi?dhcpcd+8+NetBSD-current). @@ -108,8 +108,8 @@ Here is a configuration if you want to d wep_tx_keyidx=0 } -Note that you have to use wpa_supplicant to configure WEP: you can also - simply use +Note that you don't have to use wpa_supplicant to configure WEP -- you + can also simply use [ifconfig(8)](http://netbsd.gw.com/cgi-bin/man-cgi?ifconfig+8+NetBSD-current): ifconfig ath0 ssid MYWEAKLYENCRYPTEDWLAN nwkey 12345