Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig_none.c54 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
Dwin_example.reg22 [HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\blobs]
Dconfig.h740 struct wpa_config_blob *blobs; member
DREADME-Windows.txt290 network block in the configuration file. In addition, blobs subkey has
291 possible blobs as values.
Dconfig.c3009 blob = config->blobs; in wpa_config_flush_blobs()
3010 config->blobs = NULL; in wpa_config_flush_blobs()
4545 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()
4568 blob->next = config->blobs; in wpa_config_set_blob()
4569 config->blobs = blob; in wpa_config_set_blob()
4595 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()
4602 config->blobs = pos->next; in wpa_config_remove_blob()
Dconfig_winreg.c1050 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
Dandroid.config232 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
Dconfig_file.c1699 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
Ddefconfig281 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
DChangeLog706 * added option to set config blobs through control interface with
1929 * added support for named configuration blobs in order to avoid having
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c4521 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
/hostap-latest/doc/
Ddbus.doxygen823 <p>List of blobs names added to the Interface.</p>