Home
last modified time | relevance | path

Searched refs:IEEE80211_INACT_WAIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h109 #define IEEE80211_INACT_WAIT 15 /* inactivity interval (secs) */ macro
110 #define IEEE80211_INACT_INIT (30/IEEE80211_INACT_WAIT) /* initial */
111 #define IEEE80211_INACT_ASSOC (180/IEEE80211_INACT_WAIT)
113 #define IEEE80211_INACT_RUN (300/IEEE80211_INACT_WAIT) /* authorized */
114 #define IEEE80211_INACT_PROBE (30/IEEE80211_INACT_WAIT) /* probe */
115 #define IEEE80211_INACT_SCAN (300/IEEE80211_INACT_WAIT) /* scanned */
H A Dnet80211_proto.c988 ic->ic_scan.nt_inact_timer = IEEE80211_INACT_WAIT; in ieee80211_newstate()
989 ic->ic_sta.nt_inact_timer = IEEE80211_INACT_WAIT; in ieee80211_newstate()
H A Dnet80211_node.c1418 nt->nt_inact_timer = IEEE80211_INACT_WAIT; in ieee80211_timeout_scan_candidates()
1515 nt->nt_inact_timer = IEEE80211_INACT_WAIT; in ieee80211_timeout_stations()