diff options
Diffstat (limited to 'recipes-kernel/rs9113/files/immunity/conduitr5g.conf')
-rw-r--r-- | recipes-kernel/rs9113/files/immunity/conduitr5g.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/files/immunity/conduitr5g.conf b/recipes-kernel/rs9113/files/immunity/conduitr5g.conf new file mode 100644 index 0000000..85e3a25 --- /dev/null +++ b/recipes-kernel/rs9113/files/immunity/conduitr5g.conf @@ -0,0 +1,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" +} |