Home
last modified time | relevance | path

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

/hostap-3.6.0/src/eap_peer/
Deap_i.h307 struct eap_sm { struct
308 enum {
313 } EAP_state;
315 enum eap_type selectedMethod;
316 EapMethodState methodState;
317 int lastId;
318 struct wpabuf *lastRespData;
319 EapDecision decision;
321 bool rxReq;
322 bool rxSuccess;
[all …]
Deap_proxy_dummy.c45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()
/hostap-3.6.0/src/eap_server/
Deap_i.h108 struct eap_sm { struct
109 enum {
120 } EAP_state;
123 int MaxRetrans;
125 struct eap_eapol_interface eap_if;
130 enum eap_type currentMethod;
131 int currentId;
132 enum {
134 } methodState;
135 int retransCount;
[all …]