Searched refs:eth_name (Results 1 – 1 of 1) sorted by relevance
421 char eth_name[4], timer_name[16]; in rt_wlan_lwip_protocol_register() local433 eth_name[0] = 'w'; in rt_wlan_lwip_protocol_register()434 eth_name[1] = '0' + id++; in rt_wlan_lwip_protocol_register()435 eth_name[2] = '\0'; in rt_wlan_lwip_protocol_register()436 device = rt_device_find(eth_name); in rt_wlan_lwip_protocol_register()442 LOG_E("F:%s L:%d not find Empty name", __FUNCTION__, __LINE__, eth_name); in rt_wlan_lwip_protocol_register()479 if (eth_device_init(eth, eth_name) != RT_EOK) in rt_wlan_lwip_protocol_register()487 rt_sprintf(timer_name, "timer_%s", eth_name); in rt_wlan_lwip_protocol_register()491 LOG_I("eth device init ok name:%s", eth_name); in rt_wlan_lwip_protocol_register()493 wlan->netdev = netdev_get_by_name(eth_name); in rt_wlan_lwip_protocol_register()
Completed in 6 milliseconds