Home
last modified time | relevance | path

Searched refs:private_key_passwd2 (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dauthsrv.c331 params.private_key_passwd2 = hapd->conf->private_key_passwd2; in authsrv_init()
Dap_config.h438 char *private_key_passwd2; member
Dap_config.c858 os_free(conf->private_key_passwd2); in hostapd_config_free_bss()
/hostap-latest/src/crypto/
Dtls.h205 const char *private_key_passwd2; member
Dtls_openssl.c5693 params->private_key_passwd2) || in tls_global_set_params()
/hostap-latest/hostapd/
Dconfig_file.c2662 os_free(bss->private_key_passwd2); in hostapd_config_fill()
2663 bss->private_key_passwd2 = os_strdup(pos); in hostapd_config_fill()