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