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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h702 unsigned int fils_hlp_wait_time; member in struct:hostapd_bss_config
H A Dap_config.c122 bss->fils_hlp_wait_time = 30;
H A Ddrv_callbacks.c532 0, hapd->conf->fils_hlp_wait_time * 1024,
H A Dieee802_11.c4243 eloop_register_timeout(0, hapd->conf->fils_hlp_wait_time * 1024,
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4315 } else if (os_strcmp(buf, "fils_hlp_wait_time") == 0) {
4316 bss->fils_hlp_wait_time = atoi(pos);

Completed in 207 milliseconds