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