Home
last modified time | relevance | path

Searched refs:WLAN_STA_WMM (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/ap/
HDwmm.c325 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()
326 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
HDieee802_11_vht.c188 if (!vht_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_vht_capab()
HDsta_info.h29 #define WLAN_STA_WMM BIT(9) macro
HDieee802_11_ht.c365 if (!ht_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_ht_capab()
HDieee802_11_he.c487 if (!he_capab || !(sta->flags & WLAN_STA_WMM) || in copy_sta_he_capab()
HDsta_info.c628 sta->flags & WLAN_STA_WMM); in ap_handle_timer()
1730 (flags & WLAN_STA_WMM ? "[WMM]" : ""), in ap_sta_flags_txt()
HDap_drv_ops.c32 if (flags & WLAN_STA_WMM) in hostapd_sta_flags_to_drv()
HDctrl_iface_ap.c778 sta->flags & WLAN_STA_WMM); in hostapd_ctrl_iface_poll_sta()
HDieee802_11.c3457 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()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c752 sta->flags |= WLAN_STA_WMM; in mesh_mpm_add_peer()