Searched defs:eap_sm (Results 1 – 3 of 3) sorted by relevance
109 struct eap_sm { struct110 enum {121 } EAP_state;124 int MaxRetrans;126 struct eap_eapol_interface eap_if;131 EapType currentMethod;132 int currentId;133 enum {135 } methodState;136 int retransCount;[all …]
294 struct eap_sm { struct295 enum {300 } EAP_state;302 EapType selectedMethod;303 EapMethodState methodState;304 int lastId;305 struct wpabuf *lastRespData;306 EapDecision decision;308 Boolean rxReq;309 Boolean rxSuccess;[all …]
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()