Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmlme.c3557 if (ifmgd->flags & IEEE80211_STA_UAPSD_ENABLED) in _ieee80211_sta_wmm_params()
9615 ifmgd->flags |= IEEE80211_STA_UAPSD_ENABLED; in ieee80211_mgd_assoc()
9618 ifmgd->flags &= ~IEEE80211_STA_UAPSD_ENABLED; in ieee80211_mgd_assoc()
10359 if (sdata->u.mgd.flags & IEEE80211_STA_UAPSD_ENABLED) { in ieee80211_build_ml_reconf_req()
10489 if (sdata->u.mgd.flags & IEEE80211_STA_UAPSD_ENABLED && in ieee80211_mgd_assoc_ml_reconf()
H A Dieee80211_i.h368 IEEE80211_STA_UAPSD_ENABLED = BIT(7), enumerator
H A Dtx.c251 if ((ifmgd->flags & IEEE80211_STA_UAPSD_ENABLED) && in ieee80211_tx_h_dynamic_ps()