HomeSort by: relevance | last modified time | path
    Searched refs:lastRespData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
eap_i.h 318 struct wpabuf *lastRespData;
eap.c 960 wpabuf_free(sm->lastRespData);
967 sm->lastRespData = wpabuf_dup(sm->eapRespData);
971 sm->lastRespData = NULL;
1034 if (sm->lastRespData)
1035 sm->eapRespData = wpabuf_dup(sm->lastRespData);
2312 wpabuf_free(sm->lastRespData);
2313 sm->lastRespData = NULL;

Completed in 16 milliseconds