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

  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 54 EAP_TYPE_TLV = 33 /* draft-josefsson-pppext-eap-tls-eap-07.txt */,
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 211 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10,
371 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len,
457 * that the EAP type is EAP_TYPE_TLV.
477 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, req, &left);
612 case EAP_TYPE_TLV:
796 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
937 eap_get_type(resp) == EAP_TYPE_TLV)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 223 data->phase2_method->method != EAP_TYPE_TLV) {
354 buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, mlen,
621 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, in_data, &left);

Completed in 65 milliseconds