Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDwmm.c267 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()
268 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
HDsta_info.h26 #define WLAN_STA_WMM BIT(9) macro
HDieee802_11_ht.c321 !(sta->flags & WLAN_STA_WMM) || hapd->conf->disable_11n) { in copy_sta_ht_capab()
HDsta_info.c445 sta->flags & WLAN_STA_WMM); in ap_handle_timer()
1153 (flags & WLAN_STA_WMM ? "[WMM]" : ""), in ap_sta_flags_txt()
HDieee802_11.c1268 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()
HDap_drv_ops.c30 if (flags & WLAN_STA_WMM) in hostapd_sta_flags_to_drv()