Home
last modified time | relevance | path

Searched refs:fils_hlp_wait_time (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h702 unsigned int fils_hlp_wait_time; member
Dap_config.c122 bss->fils_hlp_wait_time = 30; in hostapd_config_defaults_bss()
Ddrv_callbacks.c545 0, hapd->conf->fils_hlp_wait_time * 1024, in hostapd_notif_assoc()
Dieee802_11.c4243 eloop_register_timeout(0, hapd->conf->fils_hlp_wait_time * 1024, in handle_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h734 unsigned int fils_hlp_wait_time; member
Dap_config.c131 bss->fils_hlp_wait_time = 30; in hostapd_config_defaults_bss()
Ddrv_callbacks.c611 0, hapd->conf->fils_hlp_wait_time * 1024, in hostapd_notif_assoc()
Dieee802_11.c5817 eloop_register_timeout(0, hapd->conf->fils_hlp_wait_time * 1024, in handle_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4316 bss->fils_hlp_wait_time = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4471 bss->fils_hlp_wait_time = atoi(pos); in hostapd_config_fill()