HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_STA_WMM (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 267 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) !=
268 (WLAN_STA_ASSOC | WLAN_STA_WMM)) {
sta_info.h 26 #define WLAN_STA_WMM BIT(9)
60 u8 qosinfo; /* Valid when WLAN_STA_WMM is set */
ieee802_11_ht.c 321 !(sta->flags & WLAN_STA_WMM) || hapd->conf->disable_11n) {
sta_info.c 441 sta->flags & WLAN_STA_WMM);
1139 (flags & WLAN_STA_WMM ? "[WMM]" : ""),
    [all...]
ieee802_11.c 1196 sta->flags &= ~WLAN_STA_WMM;
1210 sta->flags |= WLAN_STA_WMM;
    [all...]
ap_drv_ops.c 30 if (flags & WLAN_STA_WMM)

Completed in 227 milliseconds