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 = {
948 char *ext_password_backend; member
1206 if (config->ext_password_backend) in wpa_config_write_global()1208 config->ext_password_backend); in wpa_config_write_global()
2349 os_free(config->ext_password_backend); in wpa_config_free()4324 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
3877 if (!wpa_s->conf->ext_password_backend) in wpas_init_ext_pw()3880 val = os_strdup(wpa_s->conf->ext_password_backend); in wpas_init_ext_pw()