Searched refs:blobs (Results 1 – 12 of 12) sorted by relevance
52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
22 [HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\blobs]
781 struct wpa_config_blob *blobs; member
290 network block in the configuration file. In addition, blobs subkey has291 possible blobs as values.
3016 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()
1050 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
232 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
281 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
1845 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
706 * added option to set config blobs through control interface with1929 * added support for named configuration blobs in order to avoid having
4546 blob = wpa_s->conf->blobs; in wpas_dbus_getter_blobs()
964 <p>List of blobs names added to the Interface.</p>