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