Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c433 int inactive_sec; in ap_handle_timer() local
440 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr); in ap_handle_timer()
441 if (inactive_sec == -1) { in ap_handle_timer()
452 } else if (inactive_sec == -ENOENT) { in ap_handle_timer()
460 } else if (inactive_sec < hapd->conf->ap_max_inactivity) { in ap_handle_timer()
464 MAC2STR(sta->addr), inactive_sec); in ap_handle_timer()
467 inactive_sec; in ap_handle_timer()
472 MAC2STR(sta->addr), inactive_sec, in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c480 int inactive_sec; in ap_handle_timer() local
487 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr); in ap_handle_timer()
488 if (inactive_sec == -1) { in ap_handle_timer()
502 } else if (inactive_sec == -ENOENT) { in ap_handle_timer()
510 } else if (inactive_sec < hapd->conf->ap_max_inactivity) { in ap_handle_timer()
514 MAC2STR(sta->addr), inactive_sec); in ap_handle_timer()
517 inactive_sec; in ap_handle_timer()
522 MAC2STR(sta->addr), inactive_sec, in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member
H A Ddriver_hostap.c687 return param.u.get_info_sta.inactive_sec; in hostap_get_inact_sec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.h161 u32 inactive_sec; member
H A Ddriver_hostap.c691 return param.u.get_info_sta.inactive_sec; in hostap_get_inact_sec()

Completed in 8 milliseconds