summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/immunity/conduitr2g.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/files/immunity/conduitr2g.conf')
-rw-r--r--recipes-kernel/rs9113/files/immunity/conduitr2g.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/files/immunity/conduitr2g.conf b/recipes-kernel/rs9113/files/immunity/conduitr2g.conf
new file mode 100644
index 0000000..3c16a13
--- /dev/null
+++ b/recipes-kernel/rs9113/files/immunity/conduitr2g.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="CONDUITR2G"
+ scan_ssid=1
+ proto=WPA RSN
+ key_mgmt=WPA-PSK
+ pairwise=CCMP TKIP
+ group=CCMP TKIP
+ psk="MTC0ndu!t"
+}