Searched refs:dest_mac (Results 1 – 2 of 2) sorted by relevance
105 static esp_err_t esp_dpp_send_action_frame(uint8_t *dest_mac, const uint8_t *buf, uint32_t len, in esp_dpp_send_action_frame() argument114 memcpy(req->dest_mac, dest_mac, ETH_ALEN); in esp_dpp_send_action_frame()121 MAC2STR(dest_mac), channel, wait_time_ms); in esp_dpp_send_action_frame()
659 uint8_t dest_mac[6]; /**< Destination MAC address */ member