wpa_parse_wpa_ie() function
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.
![]()
if (!rsne || wpa_parse_wpa_ie(rsne, 2 + rsne[1], &ie) < 0)
wpa_parse_wpa_ie() is called by 2 functions and calls 3 functions:
![]()
wpa_parse_wpa_ie()
wpa_parse_wpa_ie():
![]()
wpa_parse_wpa_ie()