]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: wpa_supplicant config parsing and storing for new variables
authorJouni Malinen <j@w1.fi>
Sat, 12 Jan 2019 17:21:45 +0000 (19:21 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2019 17:21:45 +0000 (19:21 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wpas_config.py

index 3b88456f487702aeb3c3aff4e324d6dcde37e610..22f26398c341927925f7095cade267d663afa318 100644 (file)
@@ -125,6 +125,9 @@ config_checks = [ ("ap_scan", "0"),
                   ("go_internet", "1"),
                   ("go_venue_group", "3"),
                   ("go_venue_type", "4"),
+                  ("p2p_device_random_mac_addr", "1"),
+                  ("p2p_device_persistent_mac_addr", "02:12:34:56:78:9a"),
+                  ("p2p_interface_random_mac_addr", "1"),
                   ("openssl_ciphers", "DEFAULT") ]
 
 def supported_param(capa, field):