Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_common/
Deap_wsc_common.c21 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/
Deap_common.h17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
Deap_mschapv2.c151 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()
Deap_common.c128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc() function
Deap.c399 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()
Deap_tls_common.c23 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()
Deap_peap.c221 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/
Deap_server_wsc.c121 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()
Deap_server_identity.c67 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, req_data_len, in eap_identity_buildReq()
Deap_server.c95 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/
Desp_wps.c458 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()