Home | History | Annotate | Download | only in hostapd

Lines Matching refs:assoc_sa_query_max_timeout

2626 	} else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) {
2627 bss->assoc_sa_query_max_timeout = atoi(pos);
2628 if (bss->assoc_sa_query_max_timeout == 0) {
2629 wpa_printf(MSG_ERROR, "Line %d: invalid assoc_sa_query_max_timeout",