Lines Matching refs:eid
109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid)
111 u8 *pos = eid;
118 return eid;
120 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
148 eid[1] = pos - eid - 2; /* element length */
157 * element. eid does not include Element ID and Length octets.
159 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len)
163 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
171 wmm = (struct wmm_information_element *) eid;