Searched defs:eap_sm (Results 1 – 3 of 3) sorted by relevance
96 struct eap_sm { struct97 enum {107 } EAP_state;110 int MaxRetrans;112 struct eap_eapol_interface eap_if;117 EapType currentMethod;118 int currentId;119 enum {121 } methodState;122 int retransCount;[all …]
283 struct eap_sm { struct284 enum {289 } EAP_state;291 EapType selectedMethod;292 EapMethodState methodState;293 int lastId;294 struct wpabuf *lastRespData;295 EapDecision decision;297 Boolean rxReq;298 Boolean rxSuccess;[all …]
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()