Searched refs:notify_ip_state2drv (Results 1 – 5 of 5) sorted by relevance
47 int (*notify_ip_state2drv)(netdev_t *dev, wifi_ip_stat_t *out_net_para, wifi_mode_t wifi_type); member
178 if(dev && WIFI_DRIVER(dev) && WIFI_DRIVER(dev)->notify_ip_state2drv) { in hal_wifi_notify_ip_state2drv()179 ret = WIFI_DRIVER(dev)->notify_ip_state2drv(dev, out_net_para, wifi_type); in hal_wifi_notify_ip_state2drv()
733 .notify_ip_state2drv = haas200_wifi_notify_ip_state2drv,
746 .notify_ip_state2drv = haas1000_wifi_notify_ip_state2drv,
745 .notify_ip_state2drv = haas1000_wifi_notify_ip_state2drv,
Completed in 11 milliseconds