From: Jouni Malinen Date: Sat, 12 Jan 2019 17:21:45 +0000 (+0200) Subject: tests: wpa_supplicant config parsing and storing for new variables X-Git-Tag: hostap_2_8~524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd0adea2607c540c0603ef7c907d210da007ca1;p=thirdparty%2Fhostap.git tests: wpa_supplicant config parsing and storing for new variables Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_config.py b/tests/hwsim/test_wpas_config.py index 3b88456f4..22f26398c 100644 --- a/tests/hwsim/test_wpas_config.py +++ b/tests/hwsim/test_wpas_config.py @@ -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):