You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DPP3 build error for latest upmerge.
Add empty api hpke_base_seal and hpke_base_open,
which will be called by wpas_dpp_rx_priv_peer_intro_notify,
only when ssid_field option dpp_connector_privacy is enabled.
But in zephyr case we won't provide visible way of enablding
it to user.
But DPP3 carries other fixes except this function.
So this empty api is okay and can fix build error when DPP3 enabled.
Porting from original file to fix missing api build error,
https://github.com/gstrauss/hostap/blob/mbedtls/src/crypto/crypto_mbedtls.c.
Signed-off-by: Fengming Ye <[email protected]>
0 commit comments