Lines Matching refs:r_bootstrap
1036 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local
1050 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
1052 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
1058 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
1073 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req()
1078 r_bootstrap, hapd) == 0) in hostapd_dpp_rx_auth_req()
1673 const u8 *r_bootstrap; in hostapd_dpp_rx_presence_announcement() local
1681 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_presence_announcement()
1683 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_presence_announcement()
1689 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
1691 r_bootstrap); in hostapd_dpp_rx_presence_announcement()
1694 src, freq, r_bootstrap); in hostapd_dpp_rx_presence_announcement()
1698 r_bootstrap, hapd) == 0) in hostapd_dpp_rx_presence_announcement()