Searched refs:uapsd_supported (Results 1 – 3 of 3) sorted by relevance
9062 bool override, uapsd_supported; in ieee80211_mgd_assoc() local9142 uapsd_supported = true; in ieee80211_mgd_assoc()9193 if (!bss->uapsd_supported) in ieee80211_mgd_assoc()9194 uapsd_supported = false; in ieee80211_mgd_assoc()9243 uapsd_supported = bss->uapsd_supported; in ieee80211_mgd_assoc()9322 if (assoc_data->wmm && uapsd_supported && in ieee80211_mgd_assoc()10142 bool uapsd_supported; in ieee80211_mgd_assoc_ml_reconf() local10149 uapsd_supported = true; in ieee80211_mgd_assoc_ml_reconf()10190 if (!bss->uapsd_supported) in ieee80211_mgd_assoc_ml_reconf()10191 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