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 82 EAP_TYPE_TLV = 33 /* draft-josefsson-pppext-eap-tls-eap-07.txt */,
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 208 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10,
374 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len,
460 * that the EAP type is EAP_TYPE_TLV.
480 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, req, &left);
615 case EAP_TYPE_TLV:
800 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
941 eap_get_type(resp) == EAP_TYPE_TLV)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 254 data->phase2_method->method != EAP_TYPE_TLV) {
398 buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, mlen,
664 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, in_data, &left);
    [all...]

Completed in 96 milliseconds