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/mguest5g.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/mguest5g.conf')
-rw-r--r-- | recipes-kernel/rs9113/files/immunity/mguest5g.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/files/immunity/mguest5g.conf b/recipes-kernel/rs9113/files/immunity/mguest5g.conf new file mode 100644 index 0000000..efdd259 --- /dev/null +++ b/recipes-kernel/rs9113/files/immunity/mguest5g.conf @@ -0,0 +1,17 @@ +# 5 GHz BSSID +# +# Create psk: +# wpa_passphrase SSID Password +# wpa_passphrase Mtech_guest Mtech_guest_password >>/etc/wpa_supplicant/wifitest.conf +# Then edit the file to look like this one. +# +ctrl_interface=/var/run/wpa_supplicant +update_config=1 +fast_reauth=1 +ap_scan=1 + +network={ + bssid=9c:4e:20:c8:ee:9e + ssid="Mtech_guest" + psk=babc4085713f121c819d0da8694184b25f035f890246b195a2d9985c2b383725 +} |