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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c527 const u8 *r_bootstrap, *i_bootstrap; local
547 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
549 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
555 i_bootstrap, i_bootstrap_len);
559 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap,
564 src, hdr, buf, len, freq, i_bootstrap,
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
522 const u8 *i_bootstrap, const u8 *r_bootstrap);
H A Ddpp.c3085 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, local
3295 i_bootstrap = dpp_get_attr(attr_start, attr_len,
3298 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) {
3301 i_bootstrap, i_bootstrap_len);
3302 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap,
3646 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, local
3705 i_bootstrap = dpp_get_attr(attr_start, attr_len,
3708 if (i_bootstrap) {
3716 i_bootstrap, i_bootstrap_len);
3718 os_memcmp(i_bootstrap, aut
4043 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; local
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
9184 dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, const u8 *buf, size_t len, unsigned int freq, const u8 *i_bootstrap, const u8 *r_bootstrap) argument
9298 const u8 *r_bootstrap, *i_bootstrap; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c722 const u8 *r_bootstrap, *i_bootstrap; local
742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
750 i_bootstrap, i_bootstrap_len);
754 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap,

Completed in 101 milliseconds