Searched refs:ext_password_backend (Results 1 – 8 of 8) sorted by relevance
14 struct ext_password_backend { struct26 extern const struct ext_password_backend ext_password_test; argument30 extern const struct ext_password_backend ext_password_file;
19 static const struct ext_password_backend *backends[] = {30 const struct ext_password_backend *backend;
85 const struct ext_password_backend ext_password_test = {
131 const struct ext_password_backend ext_password_file = {
1151 char *ext_password_backend; member
1376 if (config->ext_password_backend) in wpa_config_write_global()1378 config->ext_password_backend); in wpa_config_write_global()
3083 os_free(config->ext_password_backend); in wpa_config_free()5519 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
6288 if (!wpa_s->conf->ext_password_backend) in wpas_init_ext_pw()6291 val = os_strdup(wpa_s->conf->ext_password_backend); in wpas_init_ext_pw()