Searched defs:eap_sm (Results 1 – 2 of 2) sorted by relevance
102 struct eap_sm { struct103 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 …]
276 struct eap_sm { struct277 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 …]