Searched refs:eap_buf (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 641 struct wpabuf *eap_buf = NULL; in wps_send_eap_identity_rsp() local 648 eap_buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, sm->identity_len, in wps_send_eap_identity_rsp() 650 if (!eap_buf) { in wps_send_eap_identity_rsp() 662 wpabuf_put_data(eap_buf, sm->identity, sm->identity_len); in wps_send_eap_identity_rsp() 664 …sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head_u8(eap_buf), wpabuf_len(eap_buf), (size… in wps_send_eap_identity_rsp() 678 wpabuf_free(eap_buf); in wps_send_eap_identity_rsp() 685 struct wpabuf *eap_buf = NULL; in wps_send_frag_ack() local 704 eap_buf = eap_msg_alloc(EAP_VENDOR_WFA, 0x00000001, 2, EAP_CODE_RESPONSE, id); in wps_send_frag_ack() 705 if (!eap_buf) { in wps_send_frag_ack() 710 wpabuf_put_u8(eap_buf, opcode); in wps_send_frag_ack() [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 333 struct wpabuf *eap_buf = NULL; in eap_sm_build_identity_resp() local 358 eap_buf = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY, in eap_sm_build_identity_resp() 360 if (!eap_buf) { in eap_sm_build_identity_resp() 364 wpabuf_put_data(eap_buf, identity, identity_len); in eap_sm_build_identity_resp() 365 return eap_buf; in eap_sm_build_identity_resp()
|