Found 4 other functions taking a
wpa_ie_data
argument:
wpa_parse_wpa_ie_rsn - Parse RSN IE @rsn_ie: Buffer containing RSN IE @rsn_ie_len: RSN IE buffer length (including IE number and length octets) @data: Pointer to structure that will be filled in with parsed data Returns: 0 on success, <0 on failure
wpa_parse_wpa_ie - Parse WPA/RSN IE @wpa_ie: Pointer to WPA or RSN IE @wpa_ie_len: Length of the WPA/RSN IE @data: Pointer to data area for parsing results Returns: 0 on success, -1 on failure Parse the contents of WPA or RSN IE and write the parsed data into data.