Home
last modified time | relevance | path

Searched refs:inactive_sec (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.c276 int inactive_sec; in ap_handle_timer() local
277 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr); in ap_handle_timer()
278 if (inactive_sec == -1) { in ap_handle_timer()
289 } else if (inactive_sec < hapd->conf->ap_max_inactivity && in ap_handle_timer()
294 MAC2STR(sta->addr), inactive_sec); in ap_handle_timer()
297 inactive_sec; in ap_handle_timer()
302 MAC2STR(sta->addr), inactive_sec, in ap_handle_timer()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_hostap.h106 u32 inactive_sec; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.h163 u32 inactive_sec; member
Ddriver_hostap.c682 return param.u.get_info_sta.inactive_sec; in hostap_get_inact_sec()