Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_UAPSD_ENABLED (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dmlme.c3640 if (ifmgd->flags & IEEE80211_STA_UAPSD_ENABLED) in _ieee80211_sta_wmm_params()
9810 ifmgd->flags |= IEEE80211_STA_UAPSD_ENABLED; in ieee80211_mgd_assoc()
9813 ifmgd->flags &= ~IEEE80211_STA_UAPSD_ENABLED; in ieee80211_mgd_assoc()
10553 if (sdata->u.mgd.flags & IEEE80211_STA_UAPSD_ENABLED) { in ieee80211_build_ml_reconf_req()
10683 if (sdata->u.mgd.flags & IEEE80211_STA_UAPSD_ENABLED && in ieee80211_mgd_assoc_ml_reconf()
H A Dieee80211_i.h377 IEEE80211_STA_UAPSD_ENABLED = BIT(7), enumerator
H A Dtx.c241 if ((ifmgd->flags & IEEE80211_STA_UAPSD_ENABLED) && in ieee80211_tx_h_dynamic_ps()