blob: 85e3a25f5502974fcd9a961844e5d795e9a54995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Router says this security as WPA-PSK2 AEP.
# TO find this configuration, I used Ubuntu
# 14.04 with wicd and wicd-curses to
# configure the access point.
ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="CONDUITR5G"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="MTC0ndu!t"
}
|