Home
last modified time | relevance | path

Searched refs:peer_bi (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.h181 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);
H A Ddpp.c2081 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; in dpp_channel_intersect() local
2245 auth->peer_bi = peer_bi; in dpp_auth_init()
2556 if (auth->peer_bi) in dpp_gen_r_auth()
2631 if (!auth->peer_bi) in dpp_gen_i_auth()
2637 if (auth->peer_bi) in dpp_gen_i_auth()
2929 if (auth->peer_bi) in dpp_auth_build_resp_ok()
3020 if (auth->peer_bi) in dpp_auth_build_resp_status()
3118 auth->peer_bi = peer_bi; in dpp_auth_req_rx()
3351 auth->peer_bi = peer_bi; in dpp_notify_new_qr_code()
8589 *peer_bi = NULL; in dpp_bootstrap_find_pair()
[all …]
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c365 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
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()
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()
529 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in hostapd_dpp_rx_auth_req() local
560 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Ddpp_supplicant.c400 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()
543 if (!is_zero_ether_addr(peer_bi->mac_addr)) in wpas_dpp_auth_init()
724 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req() local
755 &own_bi, &peer_bi); in wpas_dpp_rx_auth_req()
[all …]