Searched refs:dpp_auth (Results 1 – 2 of 2) sorted by relevance
89 if (s_dpp_ctx.dpp_auth) { 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()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()250 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in esp_dpp_rx_auth_conf()317 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in gas_query_resp_rx()407 if (s_dpp_ctx.dpp_auth) { in esp_dpp_task()[all …]
49 struct dpp_authentication *dpp_auth; member