/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap.c | 762 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EXPANDED, 816 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, 1010 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, identity_len, 1051 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NOTIFICATION, 0, [all...] |
eap_peap.c | 206 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10, 366 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len, 665 *resp = eap_msg_alloc( [all...] |
eap_tls_common.c | 530 *out_data = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, 668 resp = eap_msg_alloc(EAP_VENDOR_IETF, eap_type, 1, EAP_CODE_RESPONSE, 1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
|
eap_ikev2.c | 183 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
|
eap_sake.c | 129 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_SAKE, plen,
|
eap_wsc.c | 190 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
|
eap_pax.c | 106 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX,
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 200 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10, 362 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len, 661 *resp = eap_msg_alloc( [all...] |
eap_tls_common.c | 23 return eap_msg_alloc(EAP_VENDOR_UNAUTH_TLS, 26 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, 1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
|
eap.c | 799 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EXPANDED, 853 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, 1142 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, identity_len, [all...] |
eap_ikev2.c | 177 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
|
eap_sake.c | 124 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_SAKE, plen,
|
eap_pax.c | 99 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX,
|
eap_wsc.c | 292 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_peap.c | 217 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PEAP, 1, 283 buf = eap_msg_alloc(EAP_VENDOR_MICROSOFT, 0x21, wpabuf_len(buf1), 383 buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len, [all...] |
eap_ikev2.c | 173 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
|
eap_sake.c | 112 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_SAKE, plen,
|
eap_fast.c | 528 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_FAST, [all...] |
eap_ttls.c | 431 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TTLS, 1, [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 212 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PEAP, 1, 279 buf = eap_msg_alloc(EAP_VENDOR_MICROSOFT, 0x21, wpabuf_len(buf1), 384 buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, mlen, [all...] |
eap_server_ikev2.c | 168 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
|
eap_server_sake.c | 107 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_SAKE, plen,
|
eap_server_pwd.c | 428 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, 505 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD,
|
eap_server_ttls.c | 348 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TTLS, 1,
|
eap_server_fast.c | 523 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_FAST, [all...] |