Lines Matching refs:ie
103 const u8 *ie;
120 ie = wpabuf_head(ies);
127 id = *ie++;
128 elen = *ie++;
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) {
139 const u8 *data = &ie[4];
152 sep, id, ie[0], ie[1], ie[2], ie[3]);
158 WPA_GET_LE16(ie));
164 ",htagg:%02hx", (u16) ie[2]);
170 (u16) WPA_GET_LE32(ie + 3));
176 WPA_GET_LE32(ie));
183 WPA_GET_LE32(ie + 4));
190 WPA_GET_LE32(ie + 8));
209 *(ie + i));
216 WPA_GET_LE16(ie));
225 ie += elen;
270 const u8 *ie, size_t ie_len)
273 sta->probe_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len);
279 const u8 *ie, size_t ie_len)
282 info->probe_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len);
288 const u8 *ie, size_t ie_len)
291 sta->assoc_ie_taxonomy = wpabuf_alloc_copy(ie, ie_len);