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

Function wifi_disconnect

components/drivers/wlan/dev_wlan_cmd.c:559–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559static int wifi_disconnect(int argc, char *argv[])
560{
561 if (argc != 2)
562 {
563 return -1;
564 }
565
566 rt_wlan_disconnect();
567 return 0;
568}
569
570static int wifi_ap_stop(int argc, char *argv[])
571{

Callers

nothing calls this directly

Calls 1

rt_wlan_disconnectFunction · 0.85

Tested by

no test coverage detected