Home
last modified time | relevance | path

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

/components/drivers/wlan/
A Ddev_wlan_lwip.c65 if (lwip_prot == RT_NULL) in netif_is_ready()
68 eth_dev = &lwip_prot->eth; in netif_is_ready()
132 if (lwip_prot == RT_NULL) in timer_callback()
135 work = &lwip_prot->work; in timer_callback()
161 if (lwip_prot == RT_NULL) in netif_set_connected()
164 eth_dev = &lwip_prot->eth; in netif_set_connected()
221 if (lwip_prot == RT_NULL) in rt_wlan_lwip_event_handle()
461 eth = &lwip_prot->eth; in rt_wlan_lwip_protocol_register()
483 rt_free(lwip_prot); in rt_wlan_lwip_protocol_register()
495 return &lwip_prot->prot; in rt_wlan_lwip_protocol_register()
[all …]

Completed in 3 milliseconds