Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h456 struct ieee80211_wme_state { struct
457 uint_t wme_flags;
459 uint_t wme_hipri_traffic; /* VI/VO frames in beacon interval */
460 uint_t wme_hipri_switch_thresh; /* agressive mode switch thresh */
461 uint_t wme_hipri_switch_hysteresis;
463 struct wmeParams wme_params[4]; /* from assoc resp for each AC */
464 struct chanAccParams wme_wmeChanParams; /* WME params applied to self */
465 struct chanAccParams wme_wmeBssChanParams;
467 struct chanAccParams wme_chanParams; /* params applied to self */
468 struct chanAccParams wme_bssChanParams; /* params bcast to stations */
[all …]