HomeSort by relevance Sort by last modified time
    Searched refs:eap_msg_alloc (Results 1 - 25 of 49) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_wsc_common.c 27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
eap_common.h 22 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
eap_ikev2_common.c 62 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 1, code, id);
70 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
eap_common.c 92 * eap_msg_alloc - Allocate a buffer for an EAP message
107 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, function
139 * @msg: EAP message from eap_msg_alloc
142 * current length for the buffer. This allows eap_msg_alloc() to be used to
  /external/wpa_supplicant/
eap_gtc.c 80 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
113 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, respDataLen,
eap_tlv.c 37 hdr = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, resp_len,
74 hdr = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, resp_len,
eap_otp.c 78 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, respDataLen,
eap_md5.c 89 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, respDataLen,
eap_i.h 351 struct eap_hdr * eap_msg_alloc(int vendor, EapType type, size_t *len,
eap_vendor_test.c 128 resp = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, respDataLen, 1,
eap_leap.c 118 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP, respDataLen,
165 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP, respDataLen,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gtc.c 78 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
110 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
eap_otp.c 72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
eap_md5.c 82 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
eap_tnc.c 76 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 0, code, id);
114 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,
359 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1,
eap_mschapv2.c 173 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
370 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1,
523 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
675 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1,
eap_vendor_test.c 125 resp = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1,
eap_leap.c 114 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP,
161 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP,
eap_psk.c 139 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK,
320 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK, plen,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_mschapv2.c 120 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
158 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
201 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
eap_tnc.c 79 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, EAP_CODE_REQUEST,
174 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 0, code, id);
209 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,
eap_identity.c 73 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, req_data_len,
eap_md5.c 61 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN,
eap_vendor_test.c 83 req = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1,
eap_tls_common.c 137 req = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, plen,
174 req = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, 1, EAP_CODE_REQUEST,

Completed in 337 milliseconds

1 2