Searched refs:WLAN_STA_WMM (Results 1 – 10 of 10) sorted by relevance
325 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()326 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
188 if (!vht_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_vht_capab()
29 #define WLAN_STA_WMM BIT(9) macro
365 if (!ht_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_ht_capab()
487 if (!he_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_he_capab()
628 sta->flags & WLAN_STA_WMM); in ap_handle_timer()1730 (flags & WLAN_STA_WMM ? "[WMM]" : ""), in ap_sta_flags_txt()
32 if (flags & WLAN_STA_WMM) in hostapd_sta_flags_to_drv()
778 sta->flags & WLAN_STA_WMM); in hostapd_ctrl_iface_poll_sta()
3457 sta->flags &= ~WLAN_STA_WMM; in check_wmm()3471 sta->flags |= WLAN_STA_WMM; in check_wmm()5069 if (sta && (sta->flags & WLAN_STA_WMM)) in send_assoc_resp()
752 sta->flags |= WLAN_STA_WMM; in mesh_mpm_add_peer()