Home
last modified time | relevance | path

Searched refs:ext_password_backend (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/utils/
Dext_password_i.h14 struct ext_password_backend { struct
26 extern const struct ext_password_backend ext_password_test; argument
30 extern const struct ext_password_backend ext_password_file;
Dext_password.c19 static const struct ext_password_backend *backends[] = {
30 const struct ext_password_backend *backend;
Dext_password_test.c85 const struct ext_password_backend ext_password_test = {
Dext_password_file.c131 const struct ext_password_backend ext_password_file = {
/hostap-latest/wpa_supplicant/
Dconfig.h1151 char *ext_password_backend; member
Dconfig_file.c1376 if (config->ext_password_backend) in wpa_config_write_global()
1378 config->ext_password_backend); in wpa_config_write_global()
Dconfig.c3083 os_free(config->ext_password_backend); in wpa_config_free()
5519 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
Dwpa_supplicant.c6288 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()