Searched refs:gas_comeback_delay (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dgas_serv.c788 hapd->conf->gas_comeback_delay) {
792 if (hapd->conf->gas_comeback_delay) {
794 comeback_delay = hapd->conf->gas_comeback_delay;
954 hapd->conf->gas_comeback_delay) {
959 if (hapd->conf->gas_comeback_delay) {
961 comeback_delay_tus = hapd->conf->gas_comeback_delay;
H A Dap_config.h436 u16 gas_comeback_delay; member in struct:hostapd_bss_config
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2855 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) {
2856 bss->gas_comeback_delay = atoi(pos);

Completed in 100 milliseconds