Home
last modified time | relevance | path

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

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