Lines Matching defs:eap_eapol_interface
46 struct eap_eapol_interface { struct
48 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 */
59 bool eapSuccess;
60 bool eapFail;
61 bool eapTimeout;
62 struct wpabuf *eapReqData;
63 u8 *eapKeyData;
64 size_t eapKeyDataLen;
65 u8 *eapSessionId;
66 size_t eapSessionIdLen;
67 bool eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */
70 bool aaaEapReq;
71 bool aaaEapNoReq;
72 bool aaaSuccess;
73 bool aaaFail;
74 struct wpabuf *aaaEapReqData;
75 u8 *aaaEapKeyData;
76 size_t aaaEapKeyDataLen;
77 bool aaaEapKeyAvailable;
78 int aaaMethodTimeout;
81 bool aaaEapResp;
82 struct wpabuf *aaaEapRespData;
84 bool aaaTimeout;