Searched refs:ext_password_backend (Results 1 – 7 of 7) sorted by relevance
20 extern struct ext_password_backend ext_password_test;23 static const struct ext_password_backend *backends[] = {31 const struct ext_password_backend *backend;
14 struct ext_password_backend { struct
85 const struct ext_password_backend ext_password_test = {
902 char *ext_password_backend; member
1182 if (config->ext_password_backend) in wpa_config_write_global()1184 config->ext_password_backend); in wpa_config_write_global()
2266 os_free(config->ext_password_backend); in wpa_config_free()4213 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
3679 if (!wpa_s->conf->ext_password_backend) in wpas_init_ext_pw()3682 val = os_strdup(wpa_s->conf->ext_password_backend); in wpas_init_ext_pw()