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

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1518 static const struct hostapd_cli_cmd hostapd_cli_commands[] = { variable in typeref:struct:hostapd_cli_cmd
1720 for (n = 0; hostapd_cli_commands[n].cmd; n++) {
1721 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd))
1722 print_cmd_help(stream, &hostapd_cli_commands[n], " ");
1733 cmd = hostapd_cli_commands;
1749 cmd = hostapd_cli_commands;
1869 count = ARRAY_SIZE(hostapd_cli_commands);
1874 for (i = 0; hostapd_cli_commands[i].cmd; i++) {
1875 res[i] = os_strdup(hostapd_cli_commands[i].cmd);
1889 for (i = 0; hostapd_cli_commands[
[all...]

Completed in 108 milliseconds