Searched refs:eap_msg_alloc (Results 1 - 25 of 120) sorted by relevance

12345

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
H A Deap_common.h17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_ikev2_common.c55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
H A Deap_common.c113 * eap_msg_alloc - Allocate a buffer for an EAP message
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, function
160 * @msg: EAP message from eap_msg_alloc
163 * current length for the buffer. This allows eap_msg_alloc() to be used to
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
H A Deap_common.h17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_ikev2_common.c55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
H A Deap_common.c113 * eap_msg_alloc - Allocate a buffer for an EAP message
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, function
160 * @msg: EAP message from eap_msg_alloc
163 * current length for the buffer. This allows eap_msg_alloc() to be used to
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
H A Deap_common.h17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_ikev2_common.c55 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
H A Deap_common.c113 * eap_msg_alloc - Allocate a buffer for an EAP message
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, function
160 * @msg: EAP message from eap_msg_alloc
163 * current length for the buffer. This allows eap_msg_alloc() to be used to
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_gtc.c72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
H A Deap_otp.c66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
H A Deap_md5.c76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
H A Deap_tnc.c69 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id);
108 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,
354 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_gtc.c72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
H A Deap_otp.c66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
H A Deap_md5.c76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
H A Deap_tnc.c69 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id);
108 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,
354 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_gtc.c72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
H A Deap_otp.c66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
H A Deap_md5.c76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tls_common.c25 return eap_msg_alloc(EAP_VENDOR_UNAUTH_TLS,
29 return eap_msg_alloc(EAP_VENDOR_WFA_NEW,
32 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code,
H A Deap_server_tnc.c109 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, EAP_CODE_REQUEST,
204 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, code, id);
240 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,

Completed in 183 milliseconds

12345