summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/immunity/conduitr2g.conf
blob: 3c16a13bcf3ff0ba6a391f66b0dc74574cae3b54 (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="CONDUITR2G"
       scan_ssid=1
       proto=WPA RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP TKIP
       group=CCMP TKIP
       psk="MTC0ndu!t"
}