--- wikisrc/users/imil/cheatsheet.mdwn 2012/07/25 21:36:48 1.9 +++ wikisrc/users/imil/cheatsheet.mdwn 2012/07/26 11:40:30 1.10 @@ -68,6 +68,16 @@ pass out on $ext_if block in log on $ext_if """]] +## Setup WPA WiFi client + +[[!template id=programlisting text=""" +# wpa_passphrase WPA-WiFi-SSID my-strong-passphrase >> /etc/wpa_supplicant.conf +$ grep wpa /etc/rc.conf +wpa_supplicant=YES +wpa_supplicant_flags="-B -iath0 -c/etc/wpa_supplicant.conf" +# /etc/rc.d/wpa_supplicant start +"""]] + ## Upgrade the system with binaries [[!template id=programlisting text="""