# This is my /etc/wpa_supplicant.conf file from my ZipIt wireless messenger. # I have added comments and sanitized passphrases, but this is the actual # working file, else. ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 # Maybe eapol_version=1 is needed for WPA (not WPA2) networks? I know for # sure that setting it to 1 made it impossible for me to associate with my # WPA2 networks. #eapol_version=1 # Depending on what chipset you have, the phase of the moon and whether you # mistakenly believe that inhibiting SSID broadcasts helps security, you might # need ap_scan set to either 1 or 2. It worked fine for me commented out. #ap_scan=2 network={ ssid="Work Network" scan_ssid=1 key_mgmt=WPA-PSK psk="Work key that everyone, including people with no computers, knows." } network={ ssid="Home Network" scan_ssid=1 key_mgmt=WPA-PSK psk="Passphrase so secret that even FSM knows it not." }