Searched defs:eap_sm (Results 1 – 6 of 6) 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 …]
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 …]
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()
307 struct eap_sm { struct308 enum {313 } EAP_state;315 EapType selectedMethod;316 EapMethodState methodState;317 int lastId;318 struct wpabuf *lastRespData;319 EapDecision decision;321 Boolean rxReq;322 Boolean rxSuccess;[all …]