Home
last modified time | relevance | path

Searched refs:eap_msg_alloc (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_gtc.c72 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()
H A Deap_tnc.c74 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()
H A Deap_mschapv2.c172 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_challenge_reply()
381 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_success()
546 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_change_password()
703 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_failure()
H A Deap_otp.c66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len, in eap_otp_process()
H A Deap_md5.c76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN, in eap_md5_process()
H A Deap_tls_common.c23 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()
1204 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
H A Deap_leap.c109 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()
H A Deap_vendor_test.c120 resp = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1, in eap_vendor_test_process()
H A Deap_pwd.c933 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
1022 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
1082 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, data->mtu, in eap_pwd_process()
1097 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
H A Deap_psk.c135 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()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_wsc_common.c21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); in eap_wsc_build_frag_ack()
H A Deap_common.h25 struct wpabuf * eap_msg_alloc(int vendor, enum eap_type type,
H A Deap_ikev2_common.c55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id); in eap_ikev2_build_frag_ack()
H A Deap_common.c128 struct wpabuf * eap_msg_alloc(int vendor, enum eap_type type, in eap_msg_alloc() function
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c109 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()
H A Deap_server_tls_common.c25 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()
H A Deap_server_mschapv2.c119 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_challenge()
157 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_success_req()
200 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_build_failure_req()
H A Deap_server_wsc.c172 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, in eap_wsc_build_start()
207 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen, in eap_wsc_build_msg()
H A Deap_server_vendor_test.c77 req = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, 1, in eap_vendor_test_buildReq()
H A Deap_server_identity.c67 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, req_data_len, in eap_identity_buildReq()
H A Deap_server_md5.c56 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN, in eap_md5_buildReq()
H A Deap_server_gtc.c60 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, msg_len, in eap_gtc_buildReq()
H A Deap_server_psk.c70 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()
H A Deap_server_gpsk.c122 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()
H A Deap_server_pax.c87 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_1()
133 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_3()

12