HomeSort by relevance Sort by last modified time
    Searched refs:include_tls_length (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.h 73 * include_tls_length - Whether the TLS length field is included even
76 int include_tls_length; member in struct:eap_ssl_data
eap_tls_common.c 220 os_strstr(config->phase1, "include_tls_length=1")) {
223 data->include_tls_length = 1;
517 data->include_tls_length);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 57 * include_tls_length - Whether the TLS length field is included even
60 int include_tls_length; member in struct:eap_ssl_data
eap_tls_common.c 249 os_strstr(config->phase1, "include_tls_length=1")) {
252 data->include_tls_length = 1;
540 data->include_tls_length);

Completed in 907 milliseconds