Searched defs:wpa_cli_commands (Results 1 - 1 of 1) sorted by path

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c2479 static struct wpa_cli_cmd wpa_cli_commands[] = { variable in typeref:struct:wpa_cli_cmd
2981 for (n = 0; wpa_cli_commands[n].cmd; n++) {
2982 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd))
2983 print_cmd_help(&wpa_cli_commands[n], " ");
3000 for (n = 0; (c = wpa_cli_commands[n].cmd); n++) {
3002 return (wpa_cli_commands[n].flags &
3015 count = ARRAY_SIZE(wpa_cli_commands);
3022 for (i = 0; wpa_cli_commands[i].cmd; i++) {
3023 res[i] = os_strdup(wpa_cli_commands[i].cmd);
3053 for (i = 0; wpa_cli_commands[
[all...]

Completed in 218 milliseconds