Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:lastRespData

721 	wpabuf_free(sm->lastRespData);
726 sm->lastRespData = wpabuf_dup(sm->eapRespData);
730 sm->lastRespData = NULL;
793 if (sm->lastRespData)
794 sm->eapRespData = wpabuf_dup(sm->lastRespData);
2021 wpabuf_free(sm->lastRespData);
2022 sm->lastRespData = NULL;