]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Add the forgotten files for owe_transition_mode_multi_bss
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 11 Oct 2017 09:16:19 +0000 (12:16 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 11 Oct 2017 09:16:19 +0000 (12:16 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/owe-bss-1.conf [new file with mode: 0644]
tests/hwsim/owe-bss-2.conf [new file with mode: 0644]

diff --git a/tests/hwsim/owe-bss-1.conf b/tests/hwsim/owe-bss-1.conf
new file mode 100644 (file)
index 0000000..40cadc9
--- /dev/null
@@ -0,0 +1,12 @@
+driver=nl80211
+
+hw_mode=g
+channel=1
+ieee80211n=1
+
+interface=wlan3
+bssid=02:00:00:00:03:00
+ctrl_interface=/var/run/hostapd
+
+ssid=transition-mode-open
+owe_transition_ifname=wlan3-2
diff --git a/tests/hwsim/owe-bss-2.conf b/tests/hwsim/owe-bss-2.conf
new file mode 100644 (file)
index 0000000..8a5415e
--- /dev/null
@@ -0,0 +1,16 @@
+driver=nl80211
+
+hw_mode=g
+channel=1
+ieee80211n=1
+
+interface=wlan3-2
+bssid=02:00:00:00:03:01
+ctrl_interface=/var/run/hostapd
+
+ssid=transition-mode-owe
+wpa=2
+wpa_key_mgmt=OWE
+rsn_pairwise=CCMP
+owe_transition_ifname=wlan3
+ignore_broadcast_ssid=1