Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
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()
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 = NULL; in wpa_ft_rrb_lookup_r0kh()
1556 for (; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_lookup_r0kh()
1557 if (r0kh->id_len == 1 && r0kh->id[0] == '*') in wpa_ft_rrb_lookup_r0kh()
[all …]
Dap_config.c815 struct ft_remote_r0kh *r0kh, *r0kh_prev; in hostapd_config_free_bss() local
818 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
820 while (r0kh) { in hostapd_config_free_bss()
821 r0kh_prev = r0kh; in hostapd_config_free_bss()
822 r0kh = r0kh->next; in hostapd_config_free_bss()
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dnetwork_WiFi_RoamFT.py111 r0kh='%s %s %s' % (mac1, id1, key0),
128 r0kh='%s %s %s' % (mac0, id0, key1),
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c973 struct ft_remote_r0kh *r0kh; in add_r0kh() local
976 r0kh = os_zalloc(sizeof(*r0kh)); in add_r0kh()
977 if (r0kh == NULL) in add_r0kh()
985 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) { in add_r0kh()
987 os_free(r0kh); in add_r0kh()
997 os_free(r0kh); in add_r0kh()
1000 r0kh->id_len = next - pos - 1; in add_r0kh()
1001 os_memcpy(r0kh->id, pos, r0kh->id_len); in add_r0kh()
1004 if (rkh_derive_key(pos, r0kh->key, sizeof(r0kh->key)) < 0) { in add_r0kh()
1006 os_free(r0kh); in add_r0kh()
[all …]
/external/autotest/server/cros/network/
Dhostap_config.py537 r0kh=None, argument
661 self._r0kh = r0kh