Home
last modified time | relevance | path

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

/hostap/wpa_supplicant/
Dconfig_none.c52 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.h781 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.c3016 blob = config->blobs; in wpa_config_flush_blobs()
3017 config->blobs = NULL; in wpa_config_flush_blobs()
4591 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()
4614 blob->next = config->blobs; in wpa_config_set_blob()
4615 config->blobs = blob; in wpa_config_set_blob()
4641 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()
4648 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.
Ddefconfig281 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
Dconfig_file.c1845 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
DChangeLog706 * added option to set config blobs through control interface with
1929 * added support for named configuration blobs in order to avoid having
/hostap/wpa_supplicant/dbus/
Ddbus_new_handlers.c4546 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
/hostap/doc/
Ddbus.doxygen964 <p>List of blobs names added to the Interface.</p>