OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
814
struct wmm_information_element *
wmm
;
local
820
"invalid
WMM
element in association "
826
wmm
= (struct wmm_information_element *) wmm_ie;
827
sta->qosinfo =
wmm
->qos_info;
881
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
48
/*
WMM
information element */
50
wpa_printf(MSG_MSGDUMP, "short
WMM
"
65
elems->
wmm
= pos;
73
wpa_printf(MSG_EXCESSIVE, "unknown
WMM
"
442
wpa_printf(MSG_ERROR, "Unknown
WMM
name '%s'", pos);
/external/wpa_supplicant_8/hostapd/
Android.mk
830
OBJS += src/ap/
wmm
.c
Makefile
781
OBJS += ../src/ap/
wmm
.o
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
771
OBJS += ../src/ap/
wmm
.o
[
all
...]
Completed in 50 milliseconds