Searched refs:eap_msg_alloc (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/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()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.h | 17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
|
D | eap_mschapv2.c | 151 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, in eap_mschapv2_challenge_reply() 343 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_success() 498 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, in eap_mschapv2_change_password() 654 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, 1, in eap_mschapv2_failure()
|
D | eap_common.c | 128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc() function
|
D | eap.c | 399 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, identity_len, in eap_sm_buildIdentity() 439 eap_buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, in eap_sm_build_identity_resp() 462 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EXPANDED, in eap_sm_build_nak() 469 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, in eap_sm_build_nak()
|
D | eap_tls_common.c | 23 return eap_msg_alloc(EAP_VENDOR_UNAUTH_TLS, in eap_tls_msg_alloc() 26 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc() 1037 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
|
D | eap_peap.c | 221 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, 10, in eap_tlv_build_nak() 387 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TLV, len, in eap_tlv_build_result() 705 *resp = eap_msg_alloc( in eap_peap_phase2_request()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 121 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, in eap_wsc_build_start() 156 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen, in eap_wsc_build_msg()
|
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.c | 95 msg = eap_msg_alloc(EAP_VENDOR_IETF, in eap_sm_buildInitiateReauthStart() 732 msg = eap_msg_alloc(EAP_VENDOR_IETF, in erp_send_finish_reauth()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 458 eap_buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, sm->identity_len, in wps_send_eap_identity_rsp() 683 …eap_buf = eap_msg_alloc(EAP_VENDOR_WFA, 0x00000001, wpabuf_len(wps_buf) + 2, EAP_CODE_RESPONSE, id… in wps_send_wps_mX_rsp()
|