Home
last modified time | relevance | path

Searched refs:eapol_state_machine (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h68 struct eapol_state_machine *
73 void eapol_auth_free(struct eapol_state_machine *sm);
74 void eapol_auth_step(struct eapol_state_machine *sm);
75 int eapol_auth_dump_state(struct eapol_state_machine *sm, char *buf,
77 int eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx);
78 void eapol_auth_reauthenticate(struct eapol_state_machine *sm);
79 int eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param,
Deapol_auth_sm.c21 #define STATE_MACHINE_DATA struct eapol_state_machine
43 static void eapol_sm_step_run(struct eapol_state_machine *sm);
45 static void eapol_auth_initialize(struct eapol_state_machine *sm);
90 static void eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, in eapol_auth_tx_canned_eap()
111 static void eapol_auth_tx_req(struct eapol_state_machine *sm) in eapol_auth_tx_req()
155 struct eapol_state_machine *state = timeout_ctx; in eapol_port_timers_tick()
769 struct eapol_state_machine *
775 struct eapol_state_machine *sm; in eapol_auth_alloc()
861 void eapol_auth_free(struct eapol_state_machine *sm) in eapol_auth_free()
886 static void eapol_sm_step_run(struct eapol_state_machine *sm) in eapol_sm_step_run()
[all …]
Deapol_auth_sm_i.h38 struct eapol_state_machine { struct
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.h14 struct eapol_state_machine;
25 struct eapol_state_machine *
Dpmksa_cache_auth.h53 struct eapol_state_machine *eapol, int akmp);
58 struct eapol_state_machine *eapol, int akmp);
67 struct eapol_state_machine *eapol);
Dieee802_1x.c70 struct eapol_state_machine *sm = sta->eapol_sm; in handle_eap_response()
131 struct eapol_state_machine *
284 struct eapol_state_machine *sm = sta->eapol_sm; in ieee802_1x_free_station()
304 struct eapol_state_machine *sm = sta->eapol_sm; in ieee802_1x_eapol_send()
Dpmksa_cache_auth.c139 struct eapol_state_machine *eapol) in pmksa_cache_from_eapol_data()
207 struct eapol_state_machine *eapol, int akmp) in pmksa_cache_auth_add()
242 struct eapol_state_machine *eapol, int akmp) in pmksa_cache_auth_create_entry()
Dwpa_auth.h107 struct eapol_state_machine;
264 int session_timeout, struct eapol_state_machine *eapol);
268 struct eapol_state_machine *eapol);
Dsta_info.h48 struct eapol_state_machine *eapol_sm;