OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wmm
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
wmm.c
2
* hostapd /
WMM
(Wi-Fi Multimedia)
21
#include "
wmm
.h"
26
* if only
WMM
stations are receiving a certain group */
48
* Add
WMM
Parameter Element to Beacon, Probe Response, and (Re)Association
54
struct wmm_parameter_element *
wmm
=
local
61
wmm
->oui[0] = 0x00;
62
wmm
->oui[1] = 0x50;
63
wmm
->oui[2] = 0xf2;
64
wmm
->oui_type = WMM_OUI_TYPE;
65
wmm
->oui_subtype = WMM_OUI_SUBTYPE_PARAMETER_ELEMENT
102
struct
wmm
_information_element *
wmm
;
local
[
all
...]
ieee802_11.c
34
#include "
wmm
.h"
1379
struct
wmm
_information_element *
wmm
;
local
[
all
...]
/external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h
60
const u8 *
wmm
;
member in struct:wpa_eapol_ie_parse
tdls.c
1663
struct
wmm
_information_element *
wmm
;
local
[
all
...]
/external/wpa_supplicant_8/src/common/
ieee802_11_common.h
34
const u8 *
wmm
; /*
WMM
Information or Parameter Element */
member in struct:ieee802_11_elems
73
u8 wmm_len; /* 7 =
WMM
Information; 24 =
WMM
Parameter */
Completed in 1575 milliseconds