Searched refs:hostapd_cli_commands (Results 1 – 1 of 1) sorted by relevance
1664 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable1915 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()[all …]