Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c1588 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable
1814 for (n = 0; hostapd_cli_commands[n].cmd; n++) { in print_help()
1815 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help()
1816 print_cmd_help(stream, &hostapd_cli_commands[n], " "); in print_help()
1827 cmd = hostapd_cli_commands; in wpa_request()
1843 cmd = hostapd_cli_commands; in wpa_request()
1963 count = ARRAY_SIZE(hostapd_cli_commands); in list_cmd_list()
1968 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in list_cmd_list()
1969 res[i] = os_strdup(hostapd_cli_commands[i].cmd); in list_cmd_list()
1983 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in hostapd_cli_cmd_completion()
[all …]