Lines Matching refs:ric
2527 const u8 *ric, size_t ric_len) in wpa_ft_process_ric() argument
2532 wpa_hexdump(MSG_MSGDUMP, "FT: RIC Request", ric, ric_len); in wpa_ft_process_ric()
2534 rpos = ric; in wpa_ft_process_ric()
2535 while (rpos + sizeof(*rdie) < ric + ric_len) { in wpa_ft_process_ric()
2537 rpos + 2 + rpos[1] > ric + ric_len) in wpa_ft_process_ric()
2543 while (rpos + 2 <= ric + ric_len && in wpa_ft_process_ric()
2544 rpos + 2 + rpos[1] <= ric + ric_len) { in wpa_ft_process_ric()
2809 sm->wpa_key_mgmt, false) == 0 && parse.ric) { in wpa_sm_write_assoc_resp_ies()
2810 pos = wpa_ft_process_ric(sm, pos, end, parse.ric, in wpa_sm_write_assoc_resp_ies()
3629 if (parse.ric) in wpa_ft_validate_reassoc()
3630 count += ieee802_11_ie_count(parse.ric, parse.ric_len); in wpa_ft_validate_reassoc()
3652 parse.ric, parse.ric_len, in wpa_ft_validate_reassoc()