Searched refs:inactive_sec (Results 1 – 3 of 3) sorted by relevance
555 int inactive_sec; in ap_handle_timer() local562 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr); in ap_handle_timer()563 if (inactive_sec == -1) { in ap_handle_timer()574 } else if (inactive_sec == -ENOENT) { in ap_handle_timer()582 } else if (inactive_sec < max_inactivity) { in ap_handle_timer()586 MAC2STR(sta->addr), inactive_sec); in ap_handle_timer()588 next_time = max_inactivity + fuzz - inactive_sec; in ap_handle_timer()593 MAC2STR(sta->addr), inactive_sec, in ap_handle_timer()
161 u32 inactive_sec; member
691 return param.u.get_info_sta.inactive_sec; in hostap_get_inact_sec()