tests: WNM BSS max idle period management

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2024-05-29 21:43:26 +03:00 committed by Jouni Malinen
parent 2c89b56d64
commit e4e91f5320
2 changed files with 33 additions and 1 deletions

View file

@ -1115,6 +1115,7 @@ class WpaSupplicant:
"ft_eap_pmksa_caching", "beacon_prot",
"mac_value",
"wpa_deny_ptk0_rekey",
"max_idle",
"enable_4addr_mode"]
for field in not_quoted:
if field in kwargs and kwargs[field]: