Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c1525 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh) in wpa_ft_rrb_init_r0kh_seq() argument
1527 if (r0kh->seq) in wpa_ft_rrb_init_r0kh_seq()
1530 r0kh->seq = os_zalloc(sizeof(*r0kh->seq)); in wpa_ft_rrb_init_r0kh_seq()
1531 if (!r0kh->seq) { in wpa_ft_rrb_init_r0kh_seq()
1532 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r0kh->seq"); in wpa_ft_rrb_init_r0kh_seq()
1536 dl_list_init(&r0kh->seq->rx.queue); in wpa_ft_rrb_init_r0kh_seq()
1547 struct ft_remote_r0kh *r0kh; in wpa_ft_rrb_lookup_r0kh() local
1553 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1555 r0kh in wpa_ft_rrb_lookup_r0kh()
1646 struct ft_remote_r0kh *r0kh, *prev = NULL; wpa_ft_rrb_del_r0kh() local
1669 wpa_ft_rrb_r0kh_replenish(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) wpa_ft_rrb_r0kh_replenish() argument
1678 wpa_ft_rrb_r0kh_timeout(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) wpa_ft_rrb_r0kh_timeout() argument
1695 struct ft_remote_r0kh *r0kh; wpa_ft_rrb_add_r0kh() local
1802 struct ft_remote_r0kh *r0kh; wpa_ft_deinit_seq() local
1835 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; wpa_ft_deinit_rkh_tmp() local
1888 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_block_r0kh() local
1934 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_pull_pmk_r1() local
2090 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; wpa_auth_derive_ptk_ft() local
2872 const u8 *r0kh = sm->r0kh_id; wpa_ft_psk_pmk_r1() local
3971 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_rrb_rx_r1() local
4271 struct ft_remote_r0kh *r0kh = NULL; wpa_ft_rrb_rx_seq() local
4455 struct ft_remote_r0kh *r0kh = NULL, *r0kh_wildcard = NULL; wpa_ft_rrb_rx_seq_resp() local
[all...]
H A Dap_config.c821 struct ft_remote_r0kh *r0kh, *r0kh_prev; in hostapd_config_free_bss() local
824 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
826 while (r0kh) { in hostapd_config_free_bss()
827 r0kh_prev = r0kh; in hostapd_config_free_bss()
828 r0kh = r0kh->next; in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c1523 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh) in wpa_ft_rrb_init_r0kh_seq() argument
1525 if (r0kh->seq) in wpa_ft_rrb_init_r0kh_seq()
1528 r0kh->seq = os_zalloc(sizeof(*r0kh->seq)); in wpa_ft_rrb_init_r0kh_seq()
1529 if (!r0kh->seq) { in wpa_ft_rrb_init_r0kh_seq()
1530 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r0kh->seq"); in wpa_ft_rrb_init_r0kh_seq()
1534 dl_list_init(&r0kh->seq->rx.queue); in wpa_ft_rrb_init_r0kh_seq()
1545 struct ft_remote_r0kh *r0kh; in wpa_ft_rrb_lookup_r0kh() local
1551 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1553 r0kh in wpa_ft_rrb_lookup_r0kh()
1644 struct ft_remote_r0kh *r0kh, *prev = NULL; wpa_ft_rrb_del_r0kh() local
1667 wpa_ft_rrb_r0kh_replenish(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) wpa_ft_rrb_r0kh_replenish() argument
1676 wpa_ft_rrb_r0kh_timeout(struct wpa_authenticator *wpa_auth, struct ft_remote_r0kh *r0kh, int timeout) wpa_ft_rrb_r0kh_timeout() argument
1693 struct ft_remote_r0kh *r0kh; wpa_ft_rrb_add_r0kh() local
1800 struct ft_remote_r0kh *r0kh; wpa_ft_deinit_seq() local
1833 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; wpa_ft_deinit_rkh_tmp() local
1886 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_block_r0kh() local
1932 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_pull_pmk_r1() local
2087 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; wpa_auth_derive_ptk_ft() local
2679 const u8 *r0kh = sm->r0kh_id; wpa_ft_psk_pmk_r1() local
3743 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; wpa_ft_rrb_rx_r1() local
4043 struct ft_remote_r0kh *r0kh = NULL; wpa_ft_rrb_rx_seq() local
4223 struct ft_remote_r0kh *r0kh = NULL, *r0kh_wildcard = NULL; wpa_ft_rrb_rx_seq_resp() local
[all...]
H A Dap_config.c726 struct ft_remote_r0kh *r0kh, *r0kh_prev; in hostapd_config_free_bss() local
729 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
731 while (r0kh) { in hostapd_config_free_bss()
732 r0kh_prev = r0kh; in hostapd_config_free_bss()
733 r0kh = r0kh->next; in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c978 struct ft_remote_r0kh *r0kh; in add_r0kh() local
981 r0kh = os_zalloc(sizeof(*r0kh)); in add_r0kh()
982 if (r0kh == NULL) in add_r0kh()
990 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) { in add_r0kh()
992 os_free(r0kh); in add_r0kh()
1002 os_free(r0kh); in add_r0kh()
1005 r0kh->id_len = next - pos - 1; in add_r0kh()
1006 os_memcpy(r0kh->id, pos, r0kh in add_r0kh()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c1066 struct ft_remote_r0kh *r0kh; in add_r0kh() local
1069 r0kh = os_zalloc(sizeof(*r0kh)); in add_r0kh()
1070 if (r0kh == NULL) in add_r0kh()
1078 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) { in add_r0kh()
1080 os_free(r0kh); in add_r0kh()
1090 os_free(r0kh); in add_r0kh()
1093 r0kh->id_len = next - pos - 1; in add_r0kh()
1094 os_memcpy(r0kh->id, pos, r0kh in add_r0kh()
[all...]

Completed in 15 milliseconds