Searched defs:eap_sm (Results 1 – 3 of 3) sorted by relevance
307 struct eap_sm { struct308 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 …]
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()
108 struct eap_sm { struct109 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 …]