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

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h181 struct dpp_bootstrap_info *peer_bi; member in struct:dpp_authentication
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.c1606 if (auth->peer_bi && auth->own_bi) {
2081 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; local
2084 for (i = 0; i < peer_bi->num_freq; i++) {
2085 freq = peer_bi->freq[i];
2149 if (auth->peer_bi->num_freq > 0)
2194 pk = dpp_keygen(bi, auth->peer_bi->curve->name, NULL, 0);
2221 struct dpp_bootstrap_info *peer_bi,
2245 auth->peer_bi = peer_bi;
2220 dpp_auth_init(void *msg_ctx, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, u8 dpp_allowed_roles, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) argument
3072 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, unsigned int freq, const u8 *hdr, const u8 *attr_start, size_t attr_len) argument
3340 dpp_notify_new_qr_code(struct dpp_authentication *auth, struct dpp_bootstrap_info *peer_bi) argument
8581 dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, const u8 *r_bootstrap, struct dpp_bootstrap_info **own_bi, struct dpp_bootstrap_info **peer_bi) argument
9300 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c365 if (is_zero_ether_addr(auth->peer_bi->mac_addr))
368 dst = auth->peer_bi->mac_addr;
400 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; local
408 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos));
409 if (!peer_bi) {
426 if (peer_bi->curve != own_bi->curve) {
429 peer_bi->curve->name, own_bi->curve->name);
462 hapd->dpp_auth = dpp_auth_init(hapd->msg_ctx, peer_bi, own_bi,
478 if (!is_zero_ether_addr(peer_bi->mac_addr))
479 os_memcpy(hapd->dpp_auth->peer_mac_addr, peer_bi
529 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c400 if (is_zero_ether_addr(auth->peer_bi->mac_addr))
403 dst = auth->peer_bi->mac_addr;
436 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; local
453 peer_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos));
454 if (!peer_bi) {
489 if (peer_bi->curve != own_bi->curve) {
492 peer_bi->curve->name, own_bi->curve->name);
531 auth = dpp_auth_init(wpa_s, peer_bi, own_bi, allowed_roles, neg_freq,
543 if (!is_zero_ether_addr(peer_bi->mac_addr))
544 os_memcpy(auth->peer_mac_addr, peer_bi
724 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; local
[all...]

Completed in 86 milliseconds