Searched refs:backend (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/utils/ |
D | ext_password.c | 30 const struct ext_password_backend *backend; member 35 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init() argument 46 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init() 47 data->backend = backends[i]; in ext_password_init() 52 if (!data->backend) { in ext_password_init() 57 data->priv = data->backend->init(params); in ext_password_init() 69 if (data && data->backend && data->priv) in ext_password_deinit() 70 data->backend->deinit(data->priv); in ext_password_deinit() 80 return data->backend->get(data->priv, name); in ext_password_get()
|
D | ext_password.h | 16 struct ext_password_data * ext_password_init(const char *backend,
|
/hostap-latest/doc/ |
D | code_structure.doxygen | 194 Configuration backend for text files (e.g., wpa_supplicant.conf) 197 Configuration backend for Windows registry 212 UNIX domain sockets -based control interface backend 215 UDP sockets -based control interface backend 218 Windows named pipes -based control interface backend
|
D | porting.doxygen | 48 \section configuration_backend Configuration backend 51 backend to be easily replaced in order to read configuration data from 54 backends. Each backend is implemented in its own config_*.c file. 56 The included \ref config_file.c backend uses a text file for configuration 58 an example for a new configuration backend if the target platform uses 61 new configuration backend.
|
D | p2p.doxygen | 368 through the control interface backend mechanism (e.g., local domain
|
D | dbus.doxygen | 1028 <p>External password backend or an empty string if none</p>
|
/hostap-latest/wpa_supplicant/ |
D | android.config | 175 # Select control interface backend for external programs, e.g, wpa_cli: 218 # Select configuration backend: 221 # select the backend that allows configuration files to be used) 493 # Password (and passphrase, etc.) backend for external storage 498 # External password backend for testing purposes (developer use)
|
D | defconfig | 218 # Select control interface backend for external programs, e.g, wpa_cli: 267 # Select configuration backend: 270 # select the backend that allows configuration files to be used) 564 # Password (and passphrase, etc.) backend for external storage 569 # External password backend for testing purposes (developer use) 571 # File-based backend to read passwords from an external file.
|
D | ChangeLog | 97 * added a file-based backend for external password storage to allow 1650 * added an alternative control interface backend for Windows targets: 1891 version of wpa_supplicant.exe with configuration backend using
|
D | README | 264 background and acts as the backend component controlling the wireless
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 117 (e.g, wpa_supplicant -h). The driver backend supported by most good
|
D | wpa_supplicant.sgml | 66 backend component controlling the wireless
|