Lines Matching refs:wmm
49 struct wmm_parameter_element *wmm = in hostapd_eid_wmm() local
56 wmm->oui[0] = 0x00; in hostapd_eid_wmm()
57 wmm->oui[1] = 0x50; in hostapd_eid_wmm()
58 wmm->oui[2] = 0xf2; in hostapd_eid_wmm()
59 wmm->oui_type = WMM_OUI_TYPE; in hostapd_eid_wmm()
60 wmm->oui_subtype = WMM_OUI_SUBTYPE_PARAMETER_ELEMENT; in hostapd_eid_wmm()
61 wmm->version = WMM_VERSION; in hostapd_eid_wmm()
62 wmm->qos_info = hapd->parameter_set_count & 0xf; in hostapd_eid_wmm()
66 wmm->qos_info |= 0x80; in hostapd_eid_wmm()
68 wmm->reserved = 0; in hostapd_eid_wmm()
72 struct wmm_ac_parameter *ac = &wmm->ac[e]; in hostapd_eid_wmm()
83 pos = (u8 *) (wmm + 1); in hostapd_eid_wmm()
97 struct wmm_information_element *wmm; in hostapd_eid_wmm_valid() local
107 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
110 wmm->oui[0], wmm->oui[1], wmm->oui[2], wmm->oui_type, in hostapd_eid_wmm_valid()
111 wmm->oui_subtype, wmm->version, wmm->qos_info); in hostapd_eid_wmm_valid()
112 if (wmm->oui_subtype != WMM_OUI_SUBTYPE_INFORMATION_ELEMENT || in hostapd_eid_wmm_valid()
113 wmm->version != WMM_VERSION) { in hostapd_eid_wmm_valid()