Searched refs:peer_mac_addr (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 179 os_memcpy(s_dpp_ctx.dpp_auth->peer_mac_addr, rx_param->sa, ETH_ALEN); in esp_dpp_rx_auth_req() 206 MAC2STR(auth->peer_mac_addr), auth->curr_chan); in gas_query_req_tx() 208 esp_dpp_send_action_frame(auth->peer_mac_addr, wpabuf_head(buf), wpabuf_len(buf), in gas_query_req_tx() 265 if (os_memcmp(rx_param->sa, auth->peer_mac_addr, ETH_ALEN) != 0) { in esp_dpp_rx_auth_conf() 267 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in esp_dpp_rx_auth_conf()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.h | 243 u8 peer_mac_addr[ETH_ALEN]; member
|
D | dpp.c | 2658 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()
|