Searched refs:uapsd_supported (Results 1 – 2 of 2) sorted by relevance
9597 bool override, uapsd_supported; in ieee80211_mgd_assoc() local9691 uapsd_supported = true; in ieee80211_mgd_assoc()9742 if (!bss->uapsd_supported) in ieee80211_mgd_assoc()9743 uapsd_supported = false; in ieee80211_mgd_assoc()9792 uapsd_supported = bss->uapsd_supported; in ieee80211_mgd_assoc()9871 if (assoc_data->wmm && uapsd_supported && in ieee80211_mgd_assoc()10679 bool uapsd_supported; in ieee80211_mgd_assoc_ml_reconf() local10688 uapsd_supported = true; in ieee80211_mgd_assoc_ml_reconf()10729 if (!bss->uapsd_supported) in ieee80211_mgd_assoc_ml_reconf()10730 uapsd_supported = false; in ieee80211_mgd_assoc_ml_reconf()[all …]
118 bool uapsd_supported; member