Searched refs:uapsd_supported (Results 1 – 3 of 3) sorted by relevance
9348 bool override, uapsd_supported; in ieee80211_mgd_assoc() local9432 uapsd_supported = true; in ieee80211_mgd_assoc()9483 if (!bss->uapsd_supported) in ieee80211_mgd_assoc()9484 uapsd_supported = false; in ieee80211_mgd_assoc()9533 uapsd_supported = bss->uapsd_supported; in ieee80211_mgd_assoc()9612 if (assoc_data->wmm && uapsd_supported && in ieee80211_mgd_assoc()10421 bool uapsd_supported; in ieee80211_mgd_assoc_ml_reconf() local10430 uapsd_supported = true; in ieee80211_mgd_assoc_ml_reconf()10471 if (!bss->uapsd_supported) in ieee80211_mgd_assoc_ml_reconf()10472 uapsd_supported = false; in ieee80211_mgd_assoc_ml_reconf()[all …]
140 bss->uapsd_supported = is_uapsd_supported(elems); in ieee80211_inform_bss()
110 bool uapsd_supported; member