Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A 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;
H A Dext_password.c19 static const struct ext_password_backend *backends[] = {
30 const struct ext_password_backend *backend;
H A Dext_password_test.c85 const struct ext_password_backend ext_password_test = {
H A Dext_password_file.c131 const struct ext_password_backend ext_password_file = {
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1101 char *ext_password_backend; member
H A Dconfig_file.c1334 if (config->ext_password_backend) in wpa_config_write_global()
1336 config->ext_password_backend); in wpa_config_write_global()
H A Dconfig.c2956 os_free(config->ext_password_backend); in wpa_config_free()
5200 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
H A Dwpa_supplicant.c5805 if (!wpa_s->conf->ext_password_backend) in wpas_init_ext_pw()
5808 val = os_strdup(wpa_s->conf->ext_password_backend); in wpas_init_ext_pw()