Searched defs:wmm (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dieee802_11_common.h44 u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c27 #include "wmm.h"
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;
72 wmm->version = WMM_VERSION;
73 wmm->qos_info = hapd->parameter_set_count & 0xf;
77 wmm
108 struct wmm_information_element *wmm; local
[all...]
H A Dieee802_11.c30 #include "wmm.h"
560 struct wmm_information_element *wmm; local
572 wmm = (struct wmm_information_element *) wmm_ie;
573 sta->qosinfo = wmm->qos_info;
626 resp = check_wmm(hapd, sta, elems.wmm, elems.wmm_len);
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c27 #include "wmm.h"
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;
72 wmm->version = WMM_VERSION;
73 wmm->qos_info = hapd->parameter_set_count & 0xf;
77 wmm
108 struct wmm_information_element *wmm; local
[all...]
H A Dieee802_11.c30 #include "wmm.h"
560 struct wmm_information_element *wmm; local
572 wmm = (struct wmm_information_element *) wmm_ie;
573 sta->qosinfo = wmm->qos_info;
626 resp = check_wmm(hapd, sta, elems.wmm, elems.wmm_len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c27 #include "wmm.h"
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;
72 wmm->version = WMM_VERSION;
73 wmm->qos_info = hapd->parameter_set_count & 0xf;
77 wmm
108 struct wmm_information_element *wmm; local
[all...]
H A Dieee802_11.c30 #include "wmm.h"
560 struct wmm_information_element *wmm; local
572 wmm = (struct wmm_information_element *) wmm_ie;
573 sta->qosinfo = wmm->qos_info;
626 resp = check_wmm(hapd, sta, elems.wmm, elems.wmm_len);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h26 const u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h26 const u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h26 const u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c332 int wmm = 0; local
364 wmm = 1;
454 if (wmm && wpa_s->mlme.wmm_enabled) {
1178 if (elems.wmm && wpa_s->mlme.wmm_enabled) {
1180 ieee80211_sta_wmm_params(wpa_s, elems.wmm, elems.wmm_len);
1491 if (elems.wmm &&
1493 os_memcmp(bss->wmm_ie, elems.wmm, elems.wmm_len))) {
1497 os_memcpy(bss->wmm_ie, elems.wmm - 2,
1502 } else if (!elems.wmm && bss->wmm_ie) {
1598 if (elems.wmm
[all...]

Completed in 140 milliseconds