Searched refs:max_idle_period (Results 1 – 4 of 4) sorted by relevance
553 if (sta->max_idle_period) in ap_handle_timer()554 max_inactivity = (sta->max_idle_period * 1024 + 999) / 1000; in ap_handle_timer()836 if (sta->max_idle_period) in ap_sta_add()837 max_inactivity = (sta->max_idle_period * 1024 + 999) / 1000; in ap_sta_add()
336 u16 max_idle_period; /* if nonzero, the granted BSS max idle period in member
280 if (sta->max_idle_period) { in hostapd_ctrl_iface_sta_mib()282 "max_idle_period=%d\n", sta->max_idle_period); in hostapd_ctrl_iface_sta_mib()
4417 sta->max_idle_period = req; in __check_assoc_ies()4420 sta->max_idle_period = in __check_assoc_ies()4998 p = hostapd_eid_bss_max_idle_period(hapd, p, sta->max_idle_period); in send_assoc_resp()