Searched defs:inactive_sec (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c337 int inactive_sec; local
344 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
345 if (inactive_sec == -1) {
356 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
361 MAC2STR(sta->addr), inactive_sec);
364 inactive_sec;
369 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c337 int inactive_sec; local
344 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
345 if (inactive_sec == -1) {
356 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
361 MAC2STR(sta->addr), inactive_sec);
364 inactive_sec;
369 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c337 int inactive_sec; local
344 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
345 if (inactive_sec == -1) {
356 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
361 MAC2STR(sta->addr), inactive_sec);
364 inactive_sec;
369 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon33615::__anon33617
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon33868::__anon33870
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon34119::__anon34121

Completed in 417 milliseconds