Searched refs:wpa_ft_parse_ies (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0) in wpa_sm_set_ft_params() 413 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_response() 696 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_validate_reassoc_resp()
|
D | wpa.c | 3542 if (wpa_ft_parse_ies(pos, end - pos, &parse) < 0) { in fils_process_auth()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 447 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse);
|
D | wpa_common.c | 751 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, in wpa_ft_parse_ies() function
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 1885 if (wpa_ft_parse_ies(req_ies, req_ies_len, &parse) == 0 && parse.ric) { in wpa_sm_write_assoc_resp_ies() 2077 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_auth_req() 2260 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_validate_reassoc()
|