Home | History | Annotate | Download | only in ap

Lines Matching refs:eid

46 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid)
48 u8 *pos = eid;
54 return eid;
55 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
84 eid[1] = pos - eid - 2; /* element length */
93 * element. eid does not include Element ID and Length octets.
95 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len)
99 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
107 wmm = (struct wmm_information_element *) eid;