Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h282 struct ieee80211_wme_state { struct
283 u_int wme_flags;
285 u_int wme_hipri_traffic; /* VI/VO frames in beacon interval */
286 u_int wme_hipri_switch_thresh;/* aggressive mode switch thresh */
287 u_int wme_hipri_switch_hysteresis;/* aggressive mode switch hysteresis */
289 struct wmeParams wme_params[WME_NUM_AC]; /* from assoc resp for each AC */
290 struct chanAccParams wme_wmeChanParams; /* WME params applied to self */
291 struct chanAccParams wme_wmeBssChanParams;/* WME params bcast to stations */
292 struct chanAccParams wme_chanParams; /* params applied to self */
293 struct chanAccParams wme_bssChanParams; /* params bcast to stations */
[all …]