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/hostapd/
dump_state.c 122 (sta->flags & WLAN_STA_WMM ? "[WMM]" : ""),
  /external/wpa_supplicant_8/src/ap/
sta_info.h 22 #define WLAN_STA_WMM BIT(9)
51 u8 qosinfo; /* Valid when WLAN_STA_WMM is set */
wmm.c 273 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) !=
274 (WLAN_STA_ASSOC | WLAN_STA_WMM)) {
ieee802_11.c 802 sta->flags &= ~WLAN_STA_WMM;
816 sta->flags |= WLAN_STA_WMM;
1159 if (sta->flags & WLAN_STA_WMM)
    [all...]
ap_drv_ops.c 30 if (flags & WLAN_STA_WMM)
sta_info.c 367 sta->flags & WLAN_STA_WMM);

Completed in 30 milliseconds