Searched refs:peer_bi (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | dpp.h | 181 struct dpp_bootstrap_info *peer_bi; member 399 struct dpp_bootstrap_info *peer_bi, 407 struct dpp_bootstrap_info *peer_bi, 419 struct dpp_bootstrap_info *peer_bi); 513 struct dpp_bootstrap_info **peer_bi);
|
| HD | dpp.c | 1606 if (auth->peer_bi && auth->own_bi) { in dpp_derive_ke() 2081 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; in dpp_channel_intersect() local 2084 for (i = 0; i < peer_bi->num_freq; i++) { in dpp_channel_intersect() 2085 freq = peer_bi->freq[i]; in dpp_channel_intersect() 2149 if (auth->peer_bi->num_freq > 0) in dpp_prepare_channel_list() 2194 pk = dpp_keygen(bi, auth->peer_bi->curve->name, NULL, 0); in dpp_autogen_bootstrap_key() 2221 struct dpp_bootstrap_info *peer_bi, in dpp_auth_init() argument 2245 auth->peer_bi = peer_bi; in dpp_auth_init() 2247 auth->curve = peer_bi->curve; in dpp_auth_init() 2298 if (dpp_ecdh(auth->own_protocol_key, auth->peer_bi->pubkey, in dpp_auth_init() [all …]
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | dpp_hostapd.c | 365 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in hostapd_dpp_auth_init_next() 368 dst = auth->peer_bi->mac_addr; in hostapd_dpp_auth_init_next() 400 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in hostapd_dpp_auth_init() local 408 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_auth_init() 409 if (!peer_bi) { in hostapd_dpp_auth_init() 426 if (peer_bi->curve != own_bi->curve) { in hostapd_dpp_auth_init() 429 peer_bi->curve->name, own_bi->curve->name); in hostapd_dpp_auth_init() 462 hapd->dpp_auth = dpp_auth_init(hapd->msg_ctx, peer_bi, own_bi, in hostapd_dpp_auth_init() 478 if (!is_zero_ether_addr(peer_bi->mac_addr)) in hostapd_dpp_auth_init() 479 os_memcpy(hapd->dpp_auth->peer_mac_addr, peer_bi->mac_addr, in hostapd_dpp_auth_init() [all …]
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | dpp_supplicant.c | 400 if (is_zero_ether_addr(auth->peer_bi->mac_addr)) in wpas_dpp_auth_init_next() 403 dst = auth->peer_bi->mac_addr; in wpas_dpp_auth_init_next() 436 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init() local 453 peer_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init() 454 if (!peer_bi) { in wpas_dpp_auth_init() 489 if (peer_bi->curve != own_bi->curve) { in wpas_dpp_auth_init() 492 peer_bi->curve->name, own_bi->curve->name); in wpas_dpp_auth_init() 531 auth = dpp_auth_init(wpa_s, peer_bi, own_bi, allowed_roles, neg_freq, in wpas_dpp_auth_init() 543 if (!is_zero_ether_addr(peer_bi->mac_addr)) in wpas_dpp_auth_init() 544 os_memcpy(auth->peer_mac_addr, peer_bi->mac_addr, ETH_ALEN); in wpas_dpp_auth_init() [all …]
|