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

  /external/wpa_supplicant_8/src/ap/
wmm.c 2 * hostapd / WMM (Wi-Fi Multimedia)
27 #include "wmm.h"
32 * if only WMM stations are receiving a certain group */
54 * Add WMM Parameter Element to Beacon, Probe Response, and (Re)Association
60 struct wmm_parameter_element *wmm = local
67 wmm->oui[0] = 0x00;
68 wmm->oui[1] = 0x50;
69 wmm->oui[2] = 0xf2;
70 wmm->oui_type = WMM_OUI_TYPE;
71 wmm->oui_subtype = WMM_OUI_SUBTYPE_PARAMETER_ELEMENT
108 struct wmm_information_element *wmm; local
    [all...]
ieee802_11.c 33 #include "wmm.h"
805 struct wmm_information_element *wmm; local
811 "invalid WMM element in association "
817 wmm = (struct wmm_information_element *) wmm_ie;
818 sta->qosinfo = wmm->qos_info;
871 resp = check_wmm(hapd, sta, elems.wmm, elems.wmm_len);
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 26 const u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
60 u8 wmm_len; /* 7 = WMM Information; 24 = WMM Parameter */
ieee802_11_common.c 47 /* WMM information element */
49 wpa_printf(MSG_MSGDUMP, "short WMM "
64 elems->wmm = pos;
72 wpa_printf(MSG_EXCESSIVE, "unknown WMM "
441 wpa_printf(MSG_ERROR, "Unknown WMM name '%s'", pos);
  /external/wpa_supplicant_8/hostapd/
Android.mk 823 OBJS += src/ap/wmm.c
Makefile 774 OBJS += ../src/ap/wmm.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 759 OBJS += ../src/ap/wmm.o
    [all...]

Completed in 211 milliseconds