Searched refs:r0kh (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ft.c1523 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh) argument
1525 if (r0kh->seq)
1528 r0kh->seq = os_zalloc(sizeof(*r0kh->seq));
1529 if (!r0kh->seq) {
1530 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r0kh->seq");
1534 dl_list_init(&r0kh->seq->rx.queue);
1545 struct ft_remote_r0kh *r0kh; local
1551 r0kh = *wpa_auth->conf.r0kh_list;
1553 r0kh
1644 struct ft_remote_r0kh *r0kh, *prev = NULL; local
1667 wpa_ft_rrb_r0kh_replenish(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) argument
1676 wpa_ft_rrb_r0kh_timeout(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) argument
1693 struct ft_remote_r0kh *r0kh; local
1800 struct ft_remote_r0kh *r0kh; local
1833 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local
1886 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
1932 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
2087 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local
2679 const u8 *r0kh = sm->r0kh_id; local
3743 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local
4043 struct ft_remote_r0kh *r0kh = NULL; local
4223 struct ft_remote_r0kh *r0kh = NULL, *r0kh_wildcard = NULL; local
[all...]
H A Dap_config.c726 struct ft_remote_r0kh *r0kh, *r0kh_prev; local
729 r0kh = conf->r0kh_list;
731 while (r0kh) {
732 r0kh_prev = r0kh;
733 r0kh = r0kh->next;
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c1066 struct ft_remote_r0kh *r0kh; local
1069 r0kh = os_zalloc(sizeof(*r0kh));
1070 if (r0kh == NULL)
1078 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) {
1080 os_free(r0kh);
1090 os_free(r0kh);
1093 r0kh->id_len = next - pos - 1;
1094 os_memcpy(r0kh->id, pos, r0kh
[all...]

Completed in 97 milliseconds