Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:lastRespData

390 	wpabuf_free(sm->lastRespData);
395 sm->lastRespData = wpabuf_dup(sm->eapRespData);
398 sm->lastRespData = NULL;
455 if (sm->lastRespData)
456 sm->eapRespData = wpabuf_dup(sm->lastRespData);
1306 wpabuf_free(sm->lastRespData);
1307 sm->lastRespData = NULL;