Searched refs:ext_password_backend (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password_i.h14 struct ext_password_backend { struct
H A Dext_password.c20 extern struct ext_password_backend ext_password_test;
23 static const struct ext_password_backend *backends[] = {
31 const struct ext_password_backend *backend;
H A Dext_password_test.c85 const struct ext_password_backend ext_password_test = {
/external/wpa_supplicant_8/src/utils/
H A Dext_password_i.h14 struct ext_password_backend { struct
H A Dext_password.c20 extern struct ext_password_backend ext_password_test;
23 static const struct ext_password_backend *backends[] = {
31 const struct ext_password_backend *backend;
H A Dext_password_test.c85 const struct ext_password_backend ext_password_test = {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password_i.h14 struct ext_password_backend { struct
H A Dext_password.c20 extern struct ext_password_backend ext_password_test;
23 static const struct ext_password_backend *backends[] = {
31 const struct ext_password_backend *backend;
H A Dext_password_test.c85 const struct ext_password_backend ext_password_test = {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h723 * ext_password_backend - External password backend or %NULL if none
727 char *ext_password_backend; member in struct:wpa_config
H A Dconfig_file.c913 if (config->ext_password_backend)
914 fprintf(f, "ext_password_backend=%s\n",
915 config->ext_password_backend);
H A Dconfig.c1897 os_free(config->ext_password_backend);
3024 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
H A Dwpa_supplicant.c2659 if (!wpa_s->conf->ext_password_backend)
2662 val = os_strdup(wpa_s->conf->ext_password_backend);

Completed in 98 milliseconds