Home
last modified time | relevance | path

Searched defs:eap_sm (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_i.h108 struct eap_sm { struct
109 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 …]
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_i.h279 struct eap_sm { struct
281 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 …]