Home
last modified time | relevance | path

Searched defs:ieee80211_wme_state (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_proto.h211 struct ieee80211_wme_state { struct
212 u_int wme_flags;
214 u_int wme_hipri_traffic; /* VI/VO frames in beacon interval */
215 u_int wme_hipri_switch_thresh;/* aggressive mode switch thresh */
216 u_int wme_hipri_switch_hysteresis;/* aggressive mode switch hysteresis */
218 struct wmeParams wme_params[4]; /* from assoc resp for each AC*/
219 struct chanAccParams wme_wmeChanParams; /* WME params applied to self */
220 struct chanAccParams wme_wmeBssChanParams;/* WME params bcast to stations */
221 struct chanAccParams wme_chanParams; /* params applied to self */
222 struct chanAccParams wme_bssChanParams; /* params bcast to stations */
[all …]