Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c963 size_t i_auth_len; in dpp_auth_build_conf() local
978 i_auth_len = 4 + auth->curve->hash_len; in dpp_auth_build_conf()
982 4 + i_auth_len + r_nonce_len + AES_BLOCK_SIZE; in dpp_auth_build_conf()
1050 i_auth_len = 0; in dpp_auth_build_conf()
1068 wpabuf_put_le16(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
1069 wrapped_i_auth = wpabuf_put(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
1091 i_auth, i_auth_len, in dpp_auth_build_conf()
1095 wrapped_i_auth, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
1821 i_auth_len; in dpp_auth_conf_rx() local
1953 &i_auth_len); in dpp_auth_conf_rx()
[all …]