Home
last modified time | relevance | path

Searched refs:assoc_sa_query_max_timeout (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c35 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time()
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time()
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout) in hostapd_eid_assoc_comeback_time()
Dap_config.h307 unsigned int assoc_sa_query_max_timeout; member
Dap_config.c77 bss->assoc_sa_query_max_timeout = 1000; in hostapd_config_defaults_bss()
Dsta_info.c1023 if (hapd->conf->assoc_sa_query_max_timeout < tu) { in ap_check_sa_query_timeout()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2849 bss->assoc_sa_query_max_timeout = atoi(pos); in hostapd_config_fill()
2850 if (bss->assoc_sa_query_max_timeout == 0) { in hostapd_config_fill()