Lines Matching defs:ieee80211_wme_state
211 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 */
224 int (*wme_update)(struct ieee80211com *);