Searched refs:wmm (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwmm.c26 #include "wmm.h"
59 struct wmm_parameter_element *wmm = local
66 wmm->oui[0] = 0x00;
67 wmm->oui[1] = 0x50;
68 wmm->oui[2] = 0xf2;
69 wmm->oui_type = WMM_OUI_TYPE;
70 wmm->oui_subtype = WMM_OUI_SUBTYPE_PARAMETER_ELEMENT;
71 wmm->version = WMM_VERSION;
72 wmm->qos_info = hapd->parameter_set_count & 0xf;
75 wmm
102 struct wmm_information_element *wmm; local
[all...]
H A Dieee802_11.c35 #include "wmm.h"
631 resp = check_wmm(hapd, sta, elems.wmm, elems.wmm_len);
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dieee802_11_common.h32 const u8 *wmm; /* WMM Information or Parameter Element */ member in struct:ieee802_11_elems
H A Dieee802_11_common.c70 elems->wmm = pos;
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3879 struct wlan_mac_mac *wmm; local
3881 while ((wmm = SLIST_FIRST(&wif->mac_maclist)) != NULL) {
3883 free(wmm);
3892 struct wlan_mac_mac *wmm; local
3894 SLIST_FOREACH(wmm, &wif->mac_maclist, wm)
3895 if (memcmp(wmm->mac, mac, IEEE80211_ADDR_LEN) == 0)
3898 return (wmm);
3904 struct wlan_mac_mac *wmm; local
3906 if ((wmm = (struct wlan_mac_mac *)malloc(sizeof(*wmm)))
3917 wlan_mac_free_mac(struct wlan_mac_mac *wmm) argument
3923 wlan_mac_add_mac(struct wlan_iface *wif, struct wlan_mac_mac *wmm) argument
3948 wlan_mac_delete_mac(struct wlan_iface *wif, struct wlan_mac_mac *wmm) argument
3964 struct wlan_mac_mac *wmm, *twmm; local
4009 struct wlan_mac_mac *wmm; local
[all...]
H A Dwlan_snmp.h281 void wlan_mac_free_mac(struct wlan_mac_mac *wmm);
282 int wlan_mac_add_mac(struct wlan_iface *wif, struct wlan_mac_mac *wmm);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c323 int wmm = 0; local
355 wmm = 1;
441 if (wmm && wpa_s->mlme.wmm_enabled) {
1206 if (elems.wmm && wpa_s->mlme.wmm_enabled)
1207 ieee80211_sta_wmm_params(wpa_s, elems.wmm, elems.wmm_len);
1213 elems.wmm && wpa_s->mlme.wmm_enabled) {
1523 if (elems.wmm &&
1525 os_memcmp(bss->wmm_ie, elems.wmm, elems.wmm_len))) {
1529 os_memcpy(bss->wmm_ie, elems.wmm - 2,
1534 } else if (!elems.wmm
[all...]
H A DMakefile624 OBJS += ../src/ap/wmm.o
/freebsd-9.3-release/contrib/wpa/hostapd/
H A DMakefile693 OBJS += ../src/ap/wmm.o

Completed in 89 milliseconds