Searched refs:wrapped (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 1660 u8 *wrapped; in dpp_build_conf_req_attr() local 1728 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr() 1734 0, NULL, NULL, wrapped) < 0) in dpp_build_conf_req_attr() 1737 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr() 4266 u8 *wrapped; in dpp_build_conf_resp() local 4377 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp() 4382 1, addr, len, wrapped) < 0) in dpp_build_conf_resp() 4385 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()
|