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

  /external/wpa_supplicant/
eap_tls_common.h 31 int include_tls_length; /* include TLS length field even if the TLS member in struct:eap_ssl_data
eap_tls_common.c 189 os_strstr(config->phase1, "include_tls_length=1")) {
192 data->include_tls_length = 1;
440 data->include_tls_length);
  /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 63 * include_tls_length - Whether the TLS length field is included even
66 int include_tls_length; member in struct:eap_ssl_data
eap_tls_common.c 224 os_strstr(config->phase1, "include_tls_length=1")) {
227 data->include_tls_length = 1;
511 data->include_tls_length);

Completed in 69 milliseconds