# # /etc/wpa_supplicant/wpa_supplicant.conf # config will connect to either WPA1 or WPA2 # ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ # Use the PSK string which was output by executing the wpa_passphrase utility! ssid="__SSID__" psk= __PSK__ # Protocol type can be: RSN (for WP2) and WPA (for WPA1) proto=WPA RSN group=CCMP TKIP # Pairwise can be CCMP or TKIP (for WPA2 or WPA1) pairwise=CCMP TKIP # Key management type can be: WPA-PSK or WPA-EAP (Pre-Shared or # Enterprise) key_mgmt=WPA-PSK #Authorization option should be OPEN for both WPA1/WPA2 (in less #commonly used are SHARED and LEAP) auth_alg=OPEN }