Home
last modified time | relevance | path

Searched refs:i_bootstrap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp_auth.c892 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
898 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
899 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx()
1471 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
1474 if (i_bootstrap) { in dpp_auth_resp_rx()
1482 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
1484 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
1537 if (!i_bootstrap && auth->own_bi) { in dpp_auth_resp_rx()
1878 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
1881 if (i_bootstrap) { in dpp_auth_conf_rx()
[all …]
H A Ddpp_tcp.c498 const u8 *i_bootstrap, const u8 *r_bootstrap, in dpp_relay_rx_action() argument
619 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local
638 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req()
640 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
646 i_bootstrap, i_bootstrap_len); in dpp_controller_rx_auth_req()
650 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap, in dpp_controller_rx_auth_req()
H A Ddpp.h660 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
678 const u8 *i_bootstrap, const u8 *r_bootstrap,
H A Ddpp.c4023 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair() argument
4045 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c718 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local
742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
750 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req()
754 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req()
759 src, hdr, buf, len, freq, i_bootstrap, in hostapd_dpp_rx_auth_req()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1077 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local
1101 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
1103 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
1109 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req()
1113 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()