Home
last modified time | relevance | path

Searched refs:g_sta_cli_cmds (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp761 static const struct sta_cli_cmd g_sta_cli_cmds[] = { variable
792 int count = ARRAY_SIZE(g_sta_cli_cmds); in HelpCommand()
794 if (strcmp(command, g_sta_cli_cmds[i].cmd) == 0) { in HelpCommand()
795 Logd("%s", g_sta_cli_cmds[i].usage); in HelpCommand()
805 int count = ARRAY_SIZE(g_sta_cli_cmds); in Help()
807 Logd("%s", g_sta_cli_cmds[i].usage); in Help()
818 int count = ARRAY_SIZE(g_sta_cli_cmds); in HandleUserCommand()
820 if (strcmp(g_sta_cli_cmds[i].cmd, argv[CMD_IDX]) == 0) { in HandleUserCommand()
821 if (g_sta_cli_cmds[i].handler != nullptr) { in HandleUserCommand()
822 g_sta_cli_cmds[i].handler(argc, argv); in HandleUserCommand()
[all …]