Home | History | Annotate | Download | only in ap

Lines Matching refs:eid

57 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid)
59 u8 *pos = eid;
65 return eid;
66 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
95 eid[1] = pos - eid - 2; /* element length */
104 * element. eid does not include Element ID and Length octets.
106 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len)
110 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
118 wmm = (struct wmm_information_element *) eid;