/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_gtc.c | 72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, in eap_gtc_process() 104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen, in eap_gtc_process()
|
D | eap_tnc.c | 74 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id); in eap_tnc_build_frag_ack() 113 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen, in eap_tnc_build_msg() 354 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, in eap_tnc_process()
|
D | eap_mschapv2.c | 166 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_challenge_reply() 375 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_success() 540 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_change_password() 697 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_failure()
|
D | eap_otp.c | 66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len, in eap_otp_process()
|
D | eap_md5.c | 76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN, in eap_md5_process()
|
D | eap_tls_common.c | 23 return eap_msg_alloc(EAP_VENDOR_UNAUTH_TLS, in eap_tls_msg_alloc() 27 return eap_msg_alloc(EAP_VENDOR_WFA_NEW, in eap_tls_msg_alloc() 30 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc() 1178 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
|
D | eap_leap.c | 109 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP, in eap_leap_process_request() 160 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP, in eap_leap_process_success()
|
D | eap_pwd.c | 867 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process() 956 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process() 1016 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, data->mtu, in eap_pwd_process() 1031 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
|
D | eap_vendor_test.c | 120 resp = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1, in eap_vendor_test_process()
|
D | eap_psk.c | 135 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK, in eap_psk_process_1() 315 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK, plen, in eap_psk_process_3()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_wsc_common.c | 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); in eap_wsc_build_frag_ack()
|
D | eap_common.h | 25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
|
D | eap_ikev2_common.c | 55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id); in eap_ikev2_build_frag_ack()
|
D | eap_common.c | 128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc() function
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tls_common.c | 25 return eap_msg_alloc(EAP_VENDOR_UNAUTH_TLS, in eap_tls_msg_alloc() 29 return eap_msg_alloc(EAP_VENDOR_WFA_NEW, in eap_tls_msg_alloc() 32 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc()
|
D | eap_server_tnc.c | 109 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, EAP_CODE_REQUEST, in eap_tnc_build_start() 204 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id); in eap_tnc_build_frag_ack() 240 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen, in eap_tnc_build_msg()
|
D | eap_server_mschapv2.c | 113 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_challenge() 151 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_success_req() 194 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_failure_req()
|
D | eap_server_wsc.c | 170 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, in eap_wsc_build_start() 205 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen, in eap_wsc_build_msg()
|
D | eap_server_vendor_test.c | 77 req = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1, in eap_vendor_test_buildReq()
|
D | eap_server_identity.c | 67 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, req_data_len, in eap_identity_buildReq()
|
D | eap_server_md5.c | 56 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN, in eap_md5_buildReq()
|
D | eap_server_gtc.c | 60 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, msg_len, in eap_gtc_buildReq()
|
D | eap_server_psk.c | 70 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK, in eap_psk_build_1() 99 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PSK, in eap_psk_build_3()
|
D | eap_server_pax.c | 87 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_1() 128 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_3()
|
D | eap_server_gpsk.c | 122 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len, in eap_gpsk_build_gpsk_1() 157 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len, in eap_gpsk_build_gpsk_3()
|