diff options
author | John Klug <john.klug@multitech.com> | 2016-11-08 16:19:43 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-08 16:19:43 -0600 |
commit | 7e35fa162e883ee2429fbaf49cc8f66ba64d17c9 (patch) | |
tree | fd1072c3bc70bd0774add2d15f24fb5241e5a431 /recipes-kernel/rs9113/files/immunity/conduitr2g.conf | |
parent | 1c1f43bd70c48cac914dc2e48b326e6170940325 (diff) | |
download | meta-multitech-7e35fa162e883ee2429fbaf49cc8f66ba64d17c9.tar.gz meta-multitech-7e35fa162e883ee2429fbaf49cc8f66ba64d17c9.tar.bz2 meta-multitech-7e35fa162e883ee2429fbaf49cc8f66ba64d17c9.zip |
Move immunity tests to master
Diffstat (limited to 'recipes-kernel/rs9113/files/immunity/conduitr2g.conf')
-rw-r--r-- | recipes-kernel/rs9113/files/immunity/conduitr2g.conf | 15 |
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" +} |