Home
last modified time | relevance | path

Searched refs:max_idle_period (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c549 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()
H A Dsta_info.h336 u16 max_idle_period; /* if nonzero, the granted BSS max idle period in member
H A Dctrl_iface_ap.c280 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()
H A Dieee802_11.c4410 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()