Lines Matching full:configuration
2 * WPA Supplicant / Configuration backend: Windows registry
14 * This file implements a configuration backend for Windows registry.. All the
15 * configuration information is stored in the registry and the format for
16 * network configuration fields is same as described in the sample
17 * configuration file, wpa_supplicant.conf.
19 * Configuration data is in HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs
20 * key. Each configuration profile has its own key under this. In terms of text
24 * network block in the configuration file. In addition, blobs subkey has
370 wpa_printf(MSG_DEBUG, "Reading configuration profile '%s'", name);
381 "configuration registry HKLM\\" TSTR, buf);
843 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name);
854 "configuration registry %s: error %d", buf,
860 wpa_printf(MSG_ERROR, "Failed to write global configuration "
879 wpa_printf(MSG_DEBUG, "Configuration '%s' written %ssuccessfully",