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