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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h356 int assoc_sa_query_retry_timeout; member in struct:hostapd_bss_config
H A Dap_config.c91 bss->assoc_sa_query_retry_timeout = 201;
H A Dsta_info.c1162 timeout = hapd->conf->assoc_sa_query_retry_timeout;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3399 } else if (os_strcmp(buf, "assoc_sa_query_retry_timeout") == 0) {
3400 bss->assoc_sa_query_retry_timeout = atoi(pos);
3401 if (bss->assoc_sa_query_retry_timeout == 0) {
3402 wpa_printf(MSG_ERROR, "Line %d: invalid assoc_sa_query_retry_timeout",

Completed in 71 milliseconds