Home
last modified time | relevance | path

Searched defs:eap_eapol_interface (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h46 struct eap_eapol_interface { struct
48 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h46 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 */
[all …]