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