Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c26 static struct esp_dpp_context_t s_dpp_ctx; variable
89 if (s_dpp_ctx.dpp_auth) { in esp_dpp_call_cb()
92 s_dpp_ctx.dpp_event_cb(evt, data); in esp_dpp_call_cb()
97 if (!s_dpp_ctx.dpp_auth || !s_dpp_ctx.dpp_auth->waiting_auth_conf) in esp_dpp_auth_conf_wait_timeout()
164 own_bi = dpp_bootstrap_get_id(s_dpp_ctx.dpp_global, s_dpp_ctx.id); in esp_dpp_rx_auth_req()
172 if (s_dpp_ctx.dpp_auth) { in esp_dpp_rx_auth_req()
176 s_dpp_ctx.dpp_auth = dpp_auth_req_rx(NULL, DPP_CAPAB_ENROLLEE, 0, NULL, in esp_dpp_rx_auth_req()
179 os_memcpy(s_dpp_ctx.dpp_auth->peer_mac_addr, rx_param->sa, ETH_ALEN); in esp_dpp_rx_auth_req()
181 esp_dpp_send_action_frame(rx_param->sa, wpabuf_head(s_dpp_ctx.dpp_auth->resp_msg), in esp_dpp_rx_auth_req()
182 wpabuf_len(s_dpp_ctx.dpp_auth->resp_msg), in esp_dpp_rx_auth_req()
[all …]