tests: wpa_supplicant config parsing and storing for new variables
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9b8e1f9044
commit
3cd0adea26
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ config_checks = [ ("ap_scan", "0"),
|
||||||
("go_internet", "1"),
|
("go_internet", "1"),
|
||||||
("go_venue_group", "3"),
|
("go_venue_group", "3"),
|
||||||
("go_venue_type", "4"),
|
("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") ]
|
("openssl_ciphers", "DEFAULT") ]
|
||||||
|
|
||||||
def supported_param(capa, field):
|
def supported_param(capa, field):
|
||||||
|
|
Loading…
Reference in a new issue