Searched refs:WLAN_STA_WMM (Results 1 – 6 of 6) sorted by relevance
267 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()268 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
26 #define WLAN_STA_WMM BIT(9) macro
321 !(sta->flags & WLAN_STA_WMM) || hapd->conf->disable_11n) { in copy_sta_ht_capab()
445 sta->flags & WLAN_STA_WMM); in ap_handle_timer()1153 (flags & WLAN_STA_WMM ? "[WMM]" : ""), in ap_sta_flags_txt()
1268 sta->flags &= ~WLAN_STA_WMM; in check_wmm()1282 sta->flags |= WLAN_STA_WMM; in check_wmm()1721 if (sta->flags & WLAN_STA_WMM) in send_assoc_resp()
30 if (flags & WLAN_STA_WMM) in hostapd_sta_flags_to_drv()