Home
last modified time | relevance | path

Searched refs:r1kh_wildcard (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1589 struct ft_remote_r1kh **r1kh_wildcard) in wpa_ft_rrb_lookup_r1kh() argument
1593 *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() argument
1776 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() local
3599 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 …]