Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/src/utils/
HDext_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;
HDext_password.c19 static const struct ext_password_backend *backends[] = {
30 const struct ext_password_backend *backend;
HDext_password_test.c85 const struct ext_password_backend ext_password_test = {
HDext_password_file.c131 const struct ext_password_backend ext_password_file = {
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDconfig.h1151 char *ext_password_backend; member
HDconfig_file.c1375 if (config->ext_password_backend) in wpa_config_write_global()
1377 config->ext_password_backend); in wpa_config_write_global()
HDconfig.c3082 os_free(config->ext_password_backend); in wpa_config_free()
5517 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
HDwpa_supplicant.c6443 if (!wpa_s->conf->ext_password_backend) in wpas_init_ext_pw()
6446 val = os_strdup(wpa_s->conf->ext_password_backend); in wpas_init_ext_pw()