Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c129 os_memcpy(s_dpp_ctx.dpp_auth->peer_mac_addr, rx_param->sa, ETH_ALEN); in esp_dpp_rx_auth_req()
153 MAC2STR(auth->peer_mac_addr), auth->curr_chan); in gas_query_req_tx()
155 esp_send_action_frame(auth->peer_mac_addr, wpabuf_head(buf), wpabuf_len(buf), in gas_query_req_tx()
210 if (os_memcmp(rx_param->sa, auth->peer_mac_addr, ETH_ALEN) != 0) { in esp_dpp_rx_auth_conf()
212 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in esp_dpp_rx_auth_conf()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.h244 u8 peer_mac_addr[ETH_ALEN]; member
Ddpp.c2658 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()