Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/ap/
Dap_config.h256 int assoc_sa_query_retry_timeout; member
Dap_config.c75 bss->assoc_sa_query_retry_timeout = 201; in hostapd_config_defaults_bss()
Dsta_info.c818 timeout = hapd->conf->assoc_sa_query_retry_timeout; in ap_sa_query_timer()
/freebsd-10-stable/contrib/wpa/hostapd/
Dconfig_file.c2495 bss->assoc_sa_query_retry_timeout = atoi(pos); in hostapd_config_fill()
2496 if (bss->assoc_sa_query_retry_timeout == 0) { in hostapd_config_fill()