Searched refs:completion (Results 1 – 10 of 10) sorted by relevance
| /hostap-latest/hostapd/ |
| D | hostapd_cli.c | 1660 char ** (*completion)(const char *str, int pos); member 2087 if (hostapd_cli_commands[i].completion) in hostapd_cli_cmd_completion() 2088 return hostapd_cli_commands[i].completion(str, pos); in hostapd_cli_cmd_completion()
|
| D | hostapd_cli_cmds.c | 1174 char ** (*completion)(const char *str, int pos); member
|
| D | ChangeLog | 197 * hostapd_cli: added support for command history and completion 285 * added command completion support to hostapd_cli 1120 * start RADIUS accounting only after successful completion of WPA
|
| /hostap-latest/doc/ |
| D | driver_wrapper.doxygen | 141 event. Similarly, completion of a scan can be reported with SIOCGIWSCAN
|
| D | p2p.doxygen | 257 Successful completion of the WPS provisioning is reported with a call
|
| D | ctrl_iface.doxygen | 666 connection or a completion of a task. These are available to external
|
| D | dbus.doxygen | 1321 …ept proposed method", "remote certificate verification", "eap parameter needed", "completion".</dd>
|
| /hostap-latest/wpa_supplicant/ |
| D | wpa_cli.c | 3357 char ** (*completion)(const char *str, int pos); member 4201 if (wpa_cli_commands[i].completion) in wpa_cli_cmd_completion() 4202 return wpa_cli_commands[i].completion(str, in wpa_cli_cmd_completion()
|
| D | wpa_cli_cmds.c | 2953 char ** (*completion)(const char *str, int pos); member
|
| D | ChangeLog | 319 - indicate group completion in P2P Client role after data association 435 * wpa_cli: added tab completion for number of commands 1013 * wpa_cli: extended tab completion to more commands 1505 notifications for scan completion (SIOCGIWSCAN event); this helps,
|