Home
last modified time | relevance | path

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

/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_proto.h294 struct ieee80211_wme_state { struct
295 u_int wme_flags;
297 u_int wme_hipri_traffic; /* VI/VO frames in beacon interval */
298 u_int wme_hipri_switch_thresh;/* aggressive mode switch thresh */
299 u_int wme_hipri_switch_hysteresis;/* aggressive mode switch hysteresis */
301 struct wmeParams wme_params[4]; /* from assoc resp for each AC*/
302 struct chanAccParams wme_wmeChanParams; /* WME params applied to self */
303 struct chanAccParams wme_wmeBssChanParams;/* WME params bcast to stations */
304 struct chanAccParams wme_chanParams; /* params applied to self */
305 struct chanAccParams wme_bssChanParams; /* params bcast to stations */
[all …]