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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_shared.c37 if (hapd->conf->assoc_sa_query_max_timeout > tu)
38 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
41 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
H A Dap_config.h354 unsigned int assoc_sa_query_max_timeout; member in struct:hostapd_bss_config
H A Dap_config.c90 bss->assoc_sa_query_max_timeout = 1000;
H A Dsta_info.c1107 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3392 } else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) {
3393 bss->assoc_sa_query_max_timeout = atoi(pos);
3394 if (bss->assoc_sa_query_max_timeout == 0) {
3395 wpa_printf(MSG_ERROR, "Line %d: invalid assoc_sa_query_max_timeout",

Completed in 125 milliseconds