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.c1522 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh) in wpa_ft_rrb_init_r0kh_seq() argument
1524 if (r0kh->seq) in wpa_ft_rrb_init_r0kh_seq()
1527 r0kh->seq = os_zalloc(sizeof(*r0kh->seq)); in wpa_ft_rrb_init_r0kh_seq()
1528 if (!r0kh->seq) { in wpa_ft_rrb_init_r0kh_seq()
1533 dl_list_init(&r0kh->seq->rx.queue); in wpa_ft_rrb_init_r0kh_seq()
1544 struct ft_remote_r0kh *r0kh; in wpa_ft_rrb_lookup_r0kh() local
1550 r0kh = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_lookup_r0kh()
1552 r0kh = NULL; in wpa_ft_rrb_lookup_r0kh()
1553 for (; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_lookup_r0kh()
1554 if (r0kh->id_len == 1 && r0kh->id[0] == '*') in wpa_ft_rrb_lookup_r0kh()
[all …]
Dap_config.c616 struct ft_remote_r0kh *r0kh, *r0kh_prev; in hostapd_config_free_bss() local
619 r0kh = conf->r0kh_list; in hostapd_config_free_bss()
621 while (r0kh) { in hostapd_config_free_bss()
622 r0kh_prev = r0kh; in hostapd_config_free_bss()
623 r0kh = r0kh->next; in hostapd_config_free_bss()
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dnetwork_WiFi_RoamFT.py98 r0kh='%s %s %s' % (mac1, id1, key0),
115 r0kh='%s %s %s' % (mac0, id0, key1),
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1143 struct ft_remote_r0kh *r0kh; in add_r0kh() local
1146 r0kh = os_zalloc(sizeof(*r0kh)); in add_r0kh()
1147 if (r0kh == NULL) in add_r0kh()
1155 if (next == NULL || hwaddr_aton(pos, r0kh->addr)) { in add_r0kh()
1157 os_free(r0kh); in add_r0kh()
1167 os_free(r0kh); in add_r0kh()
1170 r0kh->id_len = next - pos - 1; in add_r0kh()
1171 os_memcpy(r0kh->id, pos, r0kh->id_len); in add_r0kh()
1174 if (rkh_derive_key(pos, r0kh->key, sizeof(r0kh->key)) < 0) { in add_r0kh()
1176 os_free(r0kh); in add_r0kh()
[all …]
/external/autotest/server/cros/network/
Dhostap_config.py502 r0kh=None, argument
619 self._r0kh = r0kh