Home
last modified time | relevance | path

Searched refs:no_disconnect_on_group_keyerror (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_wnm.py42 wpa_group_rekey=None, no_disconnect_on_group_keyerror=False, argument
96 if no_disconnect_on_group_keyerror:
883 no_disconnect_on_group_keyerror=True)
/hostap-latest/src/ap/
Dwpa_auth.h305 bool no_disconnect_on_group_keyerror; member
Dap_config.h487 bool no_disconnect_on_group_keyerror; member
Dwpa_auth_glue.c274 wconf->no_disconnect_on_group_keyerror = in hostapd_wpa_auth_conf()
276 conf->no_disconnect_on_group_keyerror; in hostapd_wpa_auth_conf()
Dwpa_auth.c5496 if (sm->wpa_auth->conf.no_disconnect_on_group_keyerror &&
/hostap-latest/hostapd/
Dconfig_file.c2597 bss->no_disconnect_on_group_keyerror = val; in hostapd_config_fill()