Searched refs:rx_param (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 136 static void esp_dpp_rx_auth_req(struct action_rx_param *rx_param, uint8_t *dpp_data) in esp_dpp_rx_auth_req() argument 138 size_t len = rx_param->vendor_data_len - 2; in esp_dpp_rx_auth_req() 144 wpa_printf(MSG_INFO, "DPP: Authentication Request from " MACSTR, MAC2STR(rx_param->sa)); in esp_dpp_rx_auth_req() 177 own_bi, rx_param->channel, in esp_dpp_rx_auth_req() 178 … (const u8 *)&rx_param->action_frm->u.public_action.v, dpp_data, len); 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() 183 rx_param->channel, OFFCHAN_TX_WAIT_TIME); in esp_dpp_rx_auth_req() 248 static void esp_dpp_rx_auth_conf(struct action_rx_param *rx_param, uint8_t *dpp_data) in esp_dpp_rx_auth_conf() argument 252 &rx_param->action_frm->u.public_action; in esp_dpp_rx_auth_conf() [all …]
|