Searched refs:ric (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 31 const u8 *ric, size_t ric_len, u8 *mic) in wpa_ft_mic() argument 72 if (ric) { in wpa_ft_mic() 73 os_memcpy(pos, ric, ric_len); in wpa_ft_mic() 186 if (parse->ric == NULL) in wpa_ft_parse_ies() 187 parse->ric = pos; in wpa_ft_parse_ies() 213 if (prot_ie_count == 0 && parse->ric) { in wpa_ft_parse_ies() 220 pos = parse->ric; in wpa_ft_parse_ies() 226 parse->ric_len = pos - parse->ric; in wpa_ft_parse_ies()
|
D | wpa_common.h | 338 const u8 *ric, size_t ric_len, u8 *mic); 425 const u8 *ric; member
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 810 if (parse.ric) 811 count += ieee802_11_ie_count(parse.ric, parse.ric_len); 823 parse.ric, parse.ric_len, 853 if (parse.ric) { 855 parse.ric, parse.ric_len);
|