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

Function wifi_debug_set_prot

components/drivers/wlan/dev_wlan_cmd.c:716–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716static int wifi_debug_set_prot(int argc, char *argv[])
717{
718 if (argc != 3)
719 {
720 return -1;
721 }
722
723 rt_wlan_prot_attach(argv[2], argv[1]);
724 return 0;
725}
726
727static int wifi_debug_set_autoconnect(int argc, char *argv[])
728{

Callers

nothing calls this directly

Calls 1

rt_wlan_prot_attachFunction · 0.85

Tested by

no test coverage detected