Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:lastRespData

428 	wpabuf_free(sm->lastRespData);
433 sm->lastRespData = wpabuf_dup(sm->eapRespData);
436 sm->lastRespData = NULL;
497 if (sm->lastRespData)
498 sm->eapRespData = wpabuf_dup(sm->lastRespData);
1472 wpabuf_free(sm->lastRespData);
1473 sm->lastRespData = NULL;