Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_dev.h517 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device);
H A Dwlan_dev.c161 rt_err_t rt_wlan_dev_ap_stop(struct rt_wlan_device *device) in rt_wlan_dev_ap_stop() function
H A Dwlan_mgnt.c1398 err = rt_wlan_dev_ap_stop(AP_DEVICE()); in rt_wlan_ap_stop()