]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Information element parsing - extra coverage
authorJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 17:16:39 +0000 (19:16 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 20:53:58 +0000 (22:53 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_params.py

index 50d968e45f1622a29b122b831497e304908d1e5b..87fc1dcaf369015ab7f2568d9f2df036e0d5faca 100644 (file)
@@ -67,6 +67,18 @@ def test_ap_vendor_elements(dev, apdev):
     if "dd051122330203" not in bss['ie']:
         raise Exception("New vendor element not shown in scan results")
 
+def test_ap_element_parse(dev, apdev):
+    """Information element parsing - extra coverage"""
+    bssid = apdev[0]['bssid']
+    ssid = "test-wpa2-psk"
+    params = { 'ssid': ssid,
+               'vendor_elements': "380501020304059e009e009e009e009e009e00" }
+    hapd = hostapd.add_ap(apdev[0]['ifname'], params)
+    dev[0].scan_for_bss(apdev[0]['bssid'], freq="2412")
+    bss = dev[0].get_bss(bssid)
+    if "38050102030405" not in bss['ie']:
+        raise Exception("Timeout element not shown in scan results")
+
 def test_ap_country(dev, apdev):
     """WPA2-PSK AP setting country code and using 5 GHz band"""
     try: