Searched defs:eap_sm (Results 1 – 2 of 2) sorted by relevance
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 …]
279 struct eap_sm { struct281 Boolean changed;282 void *eapol_ctx;283 const struct eapol_callbacks *eapol_cb;284 void *eap_method_priv;285 int init_phase2;287 void *msg_ctx;288 void *ssl_ctx;290 unsigned int workaround;292 struct pbuf *outbuf;[all …]