Home
last modified time | relevance | path

Searched refs:i_bootstrap_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c93 u16 r_bootstrap_len, i_bootstrap_len; in esp_dpp_rx_auth_req() local
109 &i_bootstrap_len); in esp_dpp_rx_auth_req()
110 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in esp_dpp_rx_auth_req()
115 wpa_hexdump(MSG_MSGDUMP, "DPP: Initiator Bootstrapping Key Hash", i_bootstrap, i_bootstrap_len); in esp_dpp_rx_auth_req()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c2414 u16 i_bootstrap_len; in dpp_auth_req_rx() local
2606 &i_bootstrap_len); in dpp_auth_req_rx()
2607 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx()
2610 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
2612 i_bootstrap_len); in dpp_auth_req_rx()
2956 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
3011 &i_bootstrap_len); in dpp_auth_resp_rx()
3013 if (i_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
3020 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
3334 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
[all …]