Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/ap/
Dwmm.c267 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()
268 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
Dsta_info.h28 #define WLAN_STA_WMM BIT(9) macro
Dieee802_11.c554 sta->flags &= ~WLAN_STA_WMM; in check_wmm()
563 sta->flags |= WLAN_STA_WMM; in check_wmm()
848 if (sta->flags & WLAN_STA_WMM) in send_assoc_resp()
Dap_drv_ops.c32 if (flags & WLAN_STA_WMM) in hostapd_sta_flags_to_drv()
/freebsd-9-stable/contrib/wpa/hostapd/
Ddump_state.c125 (sta->flags & WLAN_STA_WMM ? "[WMM]" : ""), in hostapd_dump_state()