Searched refs:stop_mgnt_monitor (Results 1 – 5 of 5) sorted by relevance
66 int (*stop_mgnt_monitor)(netdev_t *dev); member
321 if(dev && WIFI_DRIVER(dev)&& WIFI_DRIVER(dev)->stop_mgnt_monitor) { in hal_wifi_stop_mgnt_monitor()322 ret = WIFI_DRIVER(dev)->stop_mgnt_monitor(dev); in hal_wifi_stop_mgnt_monitor()
753 .stop_mgnt_monitor = haas200_wifi_stop_mgnt_monitor,
766 .stop_mgnt_monitor = haas1000_wifi_stop_mgnt_monitor,
765 .stop_mgnt_monitor = haas1000_wifi_stop_mgnt_monitor,
Completed in 9 milliseconds