| 714 | } |
| 715 | |
| 716 | static 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 | |
| 727 | static int wifi_debug_set_autoconnect(int argc, char *argv[]) |
| 728 | { |
nothing calls this directly
no test coverage detected