Searched refs:wlantest_cli_commands (Results 1 – 1 of 1) sorted by relevance
1584 static const struct wlantest_cli_cmd wlantest_cli_commands[] = { variable1666 for (n = 0; wlantest_cli_commands[n].cmd; n++) { in print_help()1667 if (!cmd || str_starts(wlantest_cli_commands[n].cmd, cmd)) in print_help()1668 print_cmd_help(stream, &wlantest_cli_commands[n], " "); in print_help()1679 for (cmd = wlantest_cli_commands; cmd->cmd; cmd++) { in ctrl_command()1694 for (cmd = wlantest_cli_commands; cmd->cmd; cmd++) { in ctrl_command()1749 res = os_calloc(ARRAY_SIZE(wlantest_cli_commands), sizeof(char *)); in wlantest_cli_cmd_list()1753 for (i = 0; wlantest_cli_commands[i].cmd; i++) { in wlantest_cli_cmd_list()1754 res[i] = os_strdup(wlantest_cli_commands[i].cmd); in wlantest_cli_cmd_list()1769 for (i = 0; wlantest_cli_commands[i].cmd; i++) { in wlantest_cli_cmd_completion()[all …]