Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:blobs

1866 	blob = config->blobs;
2493 struct wpa_config_blob *blob = config->blobs;
2516 blob->next = config->blobs;
2517 config->blobs = blob;
2543 struct wpa_config_blob *pos = config->blobs, *prev = NULL;
2550 config->blobs = pos->next;