Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c46 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time()
47 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time()
50 if (timeout < hapd->conf->assoc_sa_query_max_timeout) in hostapd_eid_assoc_comeback_time()
H A Dap_config.h365 unsigned int assoc_sa_query_max_timeout; member
H A Dap_config.c102 bss->assoc_sa_query_max_timeout = 1000; in hostapd_config_defaults_bss()
H A Dsta_info.c1355 if (hapd->conf->assoc_sa_query_max_timeout < tu) { in ap_check_sa_query_timeout()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3662 bss->assoc_sa_query_max_timeout = atoi(pos); in hostapd_config_fill()
3663 if (bss->assoc_sa_query_max_timeout == 0) { in hostapd_config_fill()