Searched refs:inactive_sec (Results 1 – 3 of 3) sorted by relevance
402 int inactive_sec; in ap_handle_timer() local409 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr); in ap_handle_timer()410 if (inactive_sec == -1) { in ap_handle_timer()421 } else if (inactive_sec == -ENOENT) { in ap_handle_timer()429 } else if (inactive_sec < hapd->conf->ap_max_inactivity) { in ap_handle_timer()433 MAC2STR(sta->addr), inactive_sec); in ap_handle_timer()436 inactive_sec; in ap_handle_timer()441 MAC2STR(sta->addr), inactive_sec, in ap_handle_timer()
163 u32 inactive_sec; member
680 return param.u.get_info_sta.inactive_sec; in hostap_get_inact_sec()