Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_br_glue.c33 uint8_t eth_mac[6]; in esp_eth_post_attach_br() local
37 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()