Searched refs:private_key_len (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa2_api_port.c | 70 const unsigned char *private_key, int private_key_len, in esp_wifi_sta_wpa2_ent_set_cert_key() argument 74 private_key, private_key_len, private_key_passwd, private_key_passwd_len); in esp_wifi_sta_wpa2_ent_set_cert_key()
|
D | esp_eap_client.c | 906 const unsigned char *private_key, int private_key_len, in esp_eap_client_set_certificate_and_key() argument 913 if (private_key && private_key_len > 0) { in esp_eap_client_set_certificate_and_key() 915 g_wpa_private_key_len = private_key_len; in esp_eap_client_set_certificate_and_key()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/ |
D | esp_eap_client.h | 218 … const unsigned char *private_key, int private_key_len,
|
D | esp_wpa2.h | 204 const unsigned char *private_key, int private_key_len,
|