Searched defs:eap_sm (Results 1 – 3 of 3) 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 …]
277 struct eap_sm { struct278 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 …]
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 …]