Wpa supplicant.conf
From MS Computech
# Plaintext (no encryption) network #ctrl_interface=/var/run/wpa_supplicant #network={ # ssid="ZeroDay" # key_mgmt=NONE #}
#---------------------------------------------------------
# Static WEP keys
- ctrl_interface=/var/run/wpa_supplicant
- network={
- ssid="example wep network"
- key_mgmt=NONE
- wep_key0="abcde"
- wep_key1=0102030405
- wep_tx_keyidx=0
- }
#-----------------------------------------------------------
# IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
#-----------------------------------------------------------
# WPA
#------------------------------------------------------------
# WPA_2
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 network={
ssid="ZeroDay" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk="astalavista"}
#------------------------------------------------------------
# WPA2-EAP/CCMP using EAP-TLS
#ctrl_interface=/var/run/wpa_supplicant
#network={
- ssid="example wpa2-eap network"
- key_mgmt=WPA-EAP
- proto=WPA2
- pairwise=CCMP
- group=CCMP
- eap=TLS
- ca_cert="/etc/cert/ca.pem"
- private_key="/etc/cert/user.p12"
- private_key_passwd="PKCS#12 passhrase"
- }
#-------------------------------------------------------------
#For IPW2200
# Catch all example that allows more or less all configuration modes