Searched refs:inactive_sec (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon25125::__anon25127
H A Ddriver_hostap.c680 return param.u.get_info_sta.inactive_sec;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon25388::__anon25390
H A Ddriver_hostap.c680 return param.u.get_info_sta.inactive_sec;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon25655::__anon25657
H A Ddriver_hostap.c680 return param.u.get_info_sta.inactive_sec;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c402 int inactive_sec; local
409 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
410 if (inactive_sec == -1) {
421 } else if (inactive_sec == -ENOENT) {
429 } else if (inactive_sec < hapd->conf->ap_max_inactivity) {
433 MAC2STR(sta->addr), inactive_sec);
436 inactive_sec;
441 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c402 int inactive_sec; local
409 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
410 if (inactive_sec == -1) {
421 } else if (inactive_sec == -ENOENT) {
429 } else if (inactive_sec < hapd->conf->ap_max_inactivity) {
433 MAC2STR(sta->addr), inactive_sec);
436 inactive_sec;
441 MAC2STR(sta->addr), inactive_sec,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c402 int inactive_sec; local
409 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
410 if (inactive_sec == -1) {
421 } else if (inactive_sec == -ENOENT) {
429 } else if (inactive_sec < hapd->conf->ap_max_inactivity) {
433 MAC2STR(sta->addr), inactive_sec);
436 inactive_sec;
441 MAC2STR(sta->addr), inactive_sec,

Completed in 733 milliseconds