| 568 | } |
| 569 | |
| 570 | static 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 */ |
nothing calls this directly
no test coverage detected