Searched refs:WLAN_STA_WMM (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwmm.c328 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) !=
329 (WLAN_STA_ASSOC | WLAN_STA_WMM)) {
H A Dsta_info.h25 #define WLAN_STA_WMM BIT(9) macro
78 u8 qosinfo; /* Valid when WLAN_STA_WMM is set */
H A Dieee802_11_ht.c387 if (!ht_capab || !(sta->flags & WLAN_STA_WMM) ||
H A Dsta_info.c507 sta->flags & WLAN_STA_WMM);
1426 (flags & WLAN_STA_WMM ? "[WMM]" : ""),
H A Dap_drv_ops.c31 if (flags & WLAN_STA_WMM)
H A Dctrl_iface_ap.c644 sta->flags & WLAN_STA_WMM);
H A Dieee802_11.c2500 sta->flags &= ~WLAN_STA_WMM;
2514 sta->flags |= WLAN_STA_WMM;
3645 if (sta && (sta->flags & WLAN_STA_WMM))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c720 sta->flags |= WLAN_STA_WMM;

Completed in 132 milliseconds