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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c326 int inactive_sec; local
333 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
334 if (inactive_sec == -1) {
345 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
350 MAC2STR(sta->addr), inactive_sec);
353 inactive_sec;
358 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c326 int inactive_sec; local
333 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
334 if (inactive_sec == -1) {
345 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
350 MAC2STR(sta->addr), inactive_sec);
353 inactive_sec;
358 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c326 int inactive_sec; local
333 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
334 if (inactive_sec == -1) {
345 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
350 MAC2STR(sta->addr), inactive_sec);
353 inactive_sec;
358 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::__anon29144::__anon29146
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon29374::__anon29376
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon29606::__anon29608

Completed in 168 milliseconds