Home
last modified time | relevance | path

Searched defs:eap_sm (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_i.h102 struct eap_sm { struct
103 enum {
113 } EAP_state;
116 int MaxRetrans;
118 struct eap_eapol_interface eap_if;
123 EapType currentMethod;
124 int currentId;
125 enum {
127 } methodState;
128 int retransCount;
[all …]
/external/wpa_supplicant/
Deap_i.h277 struct eap_sm { struct
278 enum {
283 } EAP_state;
285 EapType selectedMethod;
286 EapMethodState methodState;
287 int lastId;
288 u8 *lastRespData;
289 size_t lastRespDataLen;
290 EapDecision decision;
292 Boolean rxReq;
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_i.h276 struct eap_sm { struct
277 enum {
282 } EAP_state;
284 EapType selectedMethod;
285 EapMethodState methodState;
286 int lastId;
287 struct wpabuf *lastRespData;
288 EapDecision decision;
290 Boolean rxReq;
291 Boolean rxSuccess;
[all …]