Searched refs:max_idle_period (Results 1 – 4 of 4) sorted by relevance
549 if (sta->max_idle_period) in ap_handle_timer()550 max_inactivity = (sta->max_idle_period * 1024 + 999) / 1000; in ap_handle_timer()832 if (sta->max_idle_period) in ap_sta_add()833 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()
4410 sta->max_idle_period = req; in __check_assoc_ies()4413 sta->max_idle_period = in __check_assoc_ies()4991 p = hostapd_eid_bss_max_idle_period(hapd, p, sta->max_idle_period); in send_assoc_resp()