Home
last modified time | relevance | path

Searched refs:assoc_sa_query_retry_timeout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h367 int assoc_sa_query_retry_timeout; member
H A Dap_config.c103 bss->assoc_sa_query_retry_timeout = 201; in hostapd_config_defaults_bss()
H A Dsta_info.c1412 timeout = hapd->conf->assoc_sa_query_retry_timeout; in ap_sa_query_timer()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3669 bss->assoc_sa_query_retry_timeout = atoi(pos); in hostapd_config_fill()
3670 if (bss->assoc_sa_query_retry_timeout == 0) { in hostapd_config_fill()