MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / wifi_ap_stop

Function wifi_ap_stop

components/drivers/wlan/dev_wlan_cmd.c:570–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570static int wifi_ap_stop(int argc, char *argv[])
571{
572 if (argc != 2)
573 {
574 return -1;
575 }
576
577 rt_wlan_ap_stop();
578 return 0;
579}
580
581#ifdef RT_WLAN_CMD_DEBUG
582/* just for debug */

Callers

nothing calls this directly

Calls 1

rt_wlan_ap_stopFunction · 0.85

Tested by

no test coverage detected