Searched refs:eth_mac (Results 1 – 1 of 1) sorted by relevance
33 uint8_t eth_mac[6]; in esp_eth_post_attach_br() local37 esp_netif_get_mac(esp_netif, eth_mac); in esp_eth_post_attach_br()38 ESP_LOGI(TAG, "%02x:%02x:%02x:%02x:%02x:%02x", eth_mac[0], eth_mac[1], in esp_eth_post_attach_br()39 eth_mac[2], eth_mac[3], eth_mac[4], eth_mac[5]); in esp_eth_post_attach_br()