Lines Matching refs:respData
385 struct wpabuf *respData) in eap_eke_check() argument
392 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_EKE, respData, &len); in eap_eke_check()
422 const struct wpabuf *respData, in eap_eke_process_identity() argument
505 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity()
509 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity()
517 const struct wpabuf *respData, in eap_eke_process_commit() argument
578 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_commit()
582 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_commit()
590 const struct wpabuf *respData, in eap_eke_process_confirm() argument
665 const struct wpabuf *respData, in eap_eke_process_failure() argument
686 struct wpabuf *respData) in eap_eke_process() argument
693 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_EKE, respData, &len); in eap_eke_process()
705 eap_eke_process_identity(sm, data, respData, pos, end - pos); in eap_eke_process()
708 eap_eke_process_commit(sm, data, respData, pos, end - pos); in eap_eke_process()
711 eap_eke_process_confirm(sm, data, respData, pos, end - pos); in eap_eke_process()
714 eap_eke_process_failure(sm, data, respData, pos, end - pos); in eap_eke_process()