Lines Matching refs:hostapd_cli_commands
1664 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable
1915 for (n = 0; hostapd_cli_commands[n].cmd; n++) { in print_help()
1916 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help()
1917 print_cmd_help(stream, &hostapd_cli_commands[n], " "); in print_help()
1928 cmd = hostapd_cli_commands; in wpa_request()
1944 cmd = hostapd_cli_commands; in wpa_request()
2064 count = ARRAY_SIZE(hostapd_cli_commands); in list_cmd_list()
2069 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in list_cmd_list()
2070 res[i] = os_strdup(hostapd_cli_commands[i].cmd); in list_cmd_list()
2084 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in hostapd_cli_cmd_completion()
2085 if (os_strcasecmp(hostapd_cli_commands[i].cmd, cmd) != 0) in hostapd_cli_cmd_completion()
2087 if (hostapd_cli_commands[i].completion) in hostapd_cli_cmd_completion()
2088 return hostapd_cli_commands[i].completion(str, pos); in hostapd_cli_cmd_completion()
2089 if (!hostapd_cli_commands[i].usage) in hostapd_cli_cmd_completion()
2092 printf("\r%s\n", hostapd_cli_commands[i].usage); in hostapd_cli_cmd_completion()