Home
last modified time | relevance | path

Searched refs:r_bootstrap_len (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c540 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len; in hostapd_dpp_rx_auth_req() local
557 &r_bootstrap_len); in hostapd_dpp_rx_auth_req()
559 r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
565 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c781 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len; in wpas_dpp_rx_auth_req() local
798 &r_bootstrap_len); in wpas_dpp_rx_auth_req()
800 r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
806 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
/external/wpa_supplicant_8/src/common/
Ddpp.c2543 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
2565 &r_bootstrap_len); in dpp_auth_resp_rx()
2566 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
2572 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
2799 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
2824 &r_bootstrap_len); in dpp_auth_conf_rx()
2826 r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
2832 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()