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.c1511 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable
1711 for (n = 0; hostapd_cli_commands[n].cmd; n++) { in print_help()
1712 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help()
1713 print_cmd_help(stream, &hostapd_cli_commands[n], " "); in print_help()
1724 cmd = hostapd_cli_commands; in wpa_request()
1740 cmd = hostapd_cli_commands; in wpa_request()
1860 count = ARRAY_SIZE(hostapd_cli_commands); in list_cmd_list()
1865 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in list_cmd_list()
1866 res[i] = os_strdup(hostapd_cli_commands[i].cmd); in list_cmd_list()
1880 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in hostapd_cli_cmd_completion()
[all …]