Posted by Anonymous on Tue 25 Aug 03:38
- # See /usr/doc/wpa_supplicant-0.5.10/wpa_supplicant.conf.sample
- # for many more options that you can use in this file.
- # This line enables the use of wpa_cli which is used by rc.wireless
- # if possible (to check for successful association)
- ctrl_interface=/var/run/wpa_supplicant
- # By default, only root (group 0) may use wpa_cli
- ctrl_interface_group=100
- eapol_version=1
- ap_scan=1
- fast_reauth=1
- # WPA protected network, supply your own ESSID and WPAPSK here:
- network={
- scan_ssid=0
- ssid="Brondum"
- proto=WPA
- key_mgmt=WPA-PSK
- pairwise=TKIP
- group=TKIP
- psk="devifhnlvvester15"
- }
- network={
- scan_ssid=0
- ssid="hejhej"
- proto=WPA
- key_mgmt=WPA-PSK
- pairwise=TKIP
- group=TKIP
- psk="coca1234"
- }
- network={
- scan_ssid=0
- ssid="wifibox"
- proto=WPA
- key_mgmt=WPA-PSK
- pairwise=TKIP
- group=TKIP
- psk="wifipeter"
- }
- network={
- scan_ssid=0
- ssid="Fullrate"
- proto=WPA
- key_mgmt=WPA-PSK
- pairwise=TKIP
- group=TKIP
- psk="X9iaDcApCm"
- }
The paste: http://pastebin.com/m20e047e1
Follow on Twitter!