Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h461 struct ieee80211_wme_state { struct
462 uint_t wme_flags;
464 uint_t wme_hipri_traffic; /* VI/VO frames in beacon interval */
465 uint_t wme_hipri_switch_thresh; /* agressive mode switch thresh */
466 uint_t wme_hipri_switch_hysteresis;
468 struct wmeParams wme_params[4]; /* from assoc resp for each AC */
469 struct chanAccParams wme_wmeChanParams; /* WME params applied to self */
470 struct chanAccParams wme_wmeBssChanParams;
472 struct chanAccParams wme_chanParams; /* params applied to self */
473 struct chanAccParams wme_bssChanParams; /* params bcast to stations */
[all …]