Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_dpp.c148 frame = wpabuf_head_u8(auth_instance->resp_msg);
149 len = wpabuf_len(auth_instance->resp_msg);
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c131 esp_send_action_frame(rx_param->sa, wpabuf_head(s_dpp_ctx.dpp_auth->resp_msg), in esp_dpp_rx_auth_req()
132 wpabuf_len(s_dpp_ctx.dpp_auth->resp_msg), in esp_dpp_rx_auth_req()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.h253 struct wpabuf *resp_msg; member
Ddpp.c2318 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_ok()
2319 auth->resp_msg = msg; in dpp_auth_build_resp_ok()
2386 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_status()
2387 auth->resp_msg = msg; in dpp_auth_build_resp_status()
3245 return wpabuf_dup(auth->resp_msg); in dpp_auth_resp_rx()
3827 wpabuf_free(auth->resp_msg); in dpp_auth_deinit()