Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:config

16 #include "config.h"
22 struct wpa_config *config;
27 config = cfgp;
29 config = wpa_config_alloc_empty(NULL, NULL);
30 if (config == NULL)
33 return config;
37 int wpa_config_write(const char *name, struct wpa_config *config)
44 /* TODO: write global config parameters */
47 for (ssid = config->ssid; ssid; ssid = ssid->next) {
51 for (blob = config->blobs; blob; blob = blob->next) {