Searched refs:r1kh_wildcard (Results 1 – 1 of 1) sorted by relevance
1589 struct ft_remote_r1kh **r1kh_wildcard) in wpa_ft_rrb_lookup_r1kh() argument1593 *r1kh_wildcard = NULL; in wpa_ft_rrb_lookup_r1kh()1603 *r1kh_wildcard = r1kh; in wpa_ft_rrb_lookup_r1kh()1609 if (!*r1kh_out && !*r1kh_wildcard) in wpa_ft_rrb_lookup_r1kh()1762 struct ft_remote_r1kh *r1kh_wildcard, in wpa_ft_rrb_add_r1kh() argument1776 os_memcpy(r1kh->key, r1kh_wildcard->key, sizeof(r1kh->key)); in wpa_ft_rrb_add_r1kh()3573 struct ft_remote_r1kh *r1kh, *r1kh_wildcard; in wpa_ft_rrb_rx_pull() local3599 wpa_ft_rrb_lookup_r1kh(wpa_auth, f_r1kh_id, &r1kh, &r1kh_wildcard); in wpa_ft_rrb_rx_pull()3603 } else if (r1kh_wildcard) { in wpa_ft_rrb_rx_pull()3605 key = r1kh_wildcard->key; in wpa_ft_rrb_rx_pull()[all …]