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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h347 * private_key2 - File path to client private key file
357 char *private_key2; member in struct:eap_peer_config
H A Deap_tls.c37 ((sm->init_phase2 ? config->private_key2 : config->private_key)
H A Deap_tls_common.c138 params->private_key = config->private_key2;
H A Deap.c2665 config->private_key2 == NULL)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c202 hapd->conf->server_cert2 || hapd->conf->private_key2)) {
233 params.private_key2 = hapd->conf->private_key2;
H A Dap_config.h409 char *private_key2; member in struct:hostapd_bss_config
H A Dap_config.c705 os_free(conf->private_key2);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1304 # private_key2: File path to client private key file
1623 private_key2="/etc/cer/user.prv"
H A Dconfig_file.c792 STR(private_key2);
H A Dconfig.c2267 { STRe(private_key2) },
2538 os_free(eap->private_key2);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls.h195 const char *private_key2; member in struct:tls_connection_params
H A Dtls_openssl.c5250 tls_global_private_key(data, params->private_key2,
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2521 } else if (os_strcmp(buf, "private_key2") == 0) {
2522 os_free(bss->private_key2);
2523 bss->private_key2 = os_strdup(pos);

Completed in 305 milliseconds