Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c1672 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable
1923 for (n = 0; hostapd_cli_commands[n].cmd; n++) { in print_help()
1924 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help()
1925 print_cmd_help(stream, &hostapd_cli_commands[n], " "); in print_help()
1936 cmd = hostapd_cli_commands; in wpa_request()
1952 cmd = hostapd_cli_commands; in wpa_request()
2072 count = ARRAY_SIZE(hostapd_cli_commands); in list_cmd_list()
2077 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in list_cmd_list()
2078 res[i] = os_strdup(hostapd_cli_commands[i].cmd); in list_cmd_list()
2092 for (i = 0; hostapd_cli_commands[i].cmd; i++) { in hostapd_cli_cmd_completion()
[all …]