Searched defs:eap_eapol_interface (Results 1 – 1 of 1) sorted by relevance
46 struct eap_eapol_interface { struct48 bool eapResp; /* shared with EAPOL Backend Authentication */49 struct wpabuf *eapRespData;50 bool portEnabled;51 int retransWhile;52 bool eapRestart; /* shared with EAPOL Authenticator PAE */53 int eapSRTT;54 int eapRTTVAR;57 bool eapReq; /* shared with EAPOL Backend Authentication */58 bool eapNoReq; /* shared with EAPOL Backend Authentication */[all …]