tests: wpa_supplicant config parsing and storing for new variables

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2019-01-12 19:21:45 +02:00
parent 9b8e1f9044
commit 3cd0adea26

View 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):