Home
last modified time | relevance | path

Searched refs:eloop_ctx (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Deloop.h43 typedef void (*eloop_sock_handler)(int sock, void *eloop_ctx, void *sock_ctx);
50 typedef void (*eloop_event_handler)(void *eloop_ctx, void *user_ctx);
57 typedef void (*eloop_timeout_handler)(void *eloop_ctx, void *user_ctx);
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.c23 static void ap_sta_delayed_1x_auth_fail_cb(void *eloop_ctx, void *timeout_ctx);
184 static void ap_sta_delayed_1x_auth_fail_cb(void *eloop_ctx, void *timeout_ctx) in ap_sta_delayed_1x_auth_fail_cb() argument
Dpmksa_cache_auth.c106 static void pmksa_cache_expire(void *eloop_ctx, void *timeout_ctx) in pmksa_cache_expire() argument
108 struct rsn_pmksa_cache *pmksa = eloop_ctx; in pmksa_cache_expire()
Dsta_info.h101 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
Dwpa_auth.c239 static void wpa_rekey_gtk(void *eloop_ctx, void *timeout_ctx) in wpa_rekey_gtk() argument
241 struct wpa_authenticator *wpa_auth = eloop_ctx; in wpa_rekey_gtk()
259 static void wpa_rekey_ptk(void *eloop_ctx, void *timeout_ctx) in wpa_rekey_ptk() argument
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c329 static void wps_reg_eloop_handler(void *eloop_ctx, void *user_ctx) in wps_reg_eloop_handler() argument
332 enum wps_reg_sig_type *sig = (enum wps_reg_sig_type *) eloop_ctx; in wps_reg_eloop_handler()
Desp_dpp.c95 static void esp_dpp_auth_conf_wait_timeout(void *eloop_ctx, void *timeout_ctx) in esp_dpp_auth_conf_wait_timeout() argument
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c44 static void eapol_sm_step_cb(void *eloop_ctx, void *timeout_ctx);
153 static void eapol_port_timers_tick(void *eloop_ctx, void *timeout_ctx) in eapol_port_timers_tick() argument
195 eloop_register_timeout(1, 0, eapol_port_timers_tick, eloop_ctx, state); in eapol_port_timers_tick()
969 static void eapol_sm_step_cb(void *eloop_ctx, void *timeout_ctx) in eapol_sm_step_cb() argument
971 struct eapol_state_machine *sm = eloop_ctx; in eapol_sm_step_cb()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c54 static void pmksa_cache_expire(void *eloop_ctx, void *user_data) in pmksa_cache_expire() argument
56 struct rsn_pmksa_cache *pmksa = eloop_ctx; in pmksa_cache_expire()
Dwpa.c761 static void wpa_sm_rekey_ptk(void *eloop_ctx, void *timeout_ctx) in wpa_sm_rekey_ptk() argument
763 struct wpa_sm *sm = eloop_ctx; in wpa_sm_rekey_ptk()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c655 static void wpas_rrm_scan_timeout(void *eloop_ctx, void *timeout_ctx) in wpas_rrm_scan_timeout() argument
657 struct wpa_supplicant *wpa_s = eloop_ctx; in wpas_rrm_scan_timeout()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c225 static void wps_registrar_pbc_timeout(void *eloop_ctx, void *timeout_ctx);
226 static void wps_registrar_set_selected_timeout(void *eloop_ctx,
1024 static void wps_registrar_pbc_timeout(void *eloop_ctx, void *timeout_ctx) in wps_registrar_pbc_timeout() argument
1026 struct wps_registrar *reg = eloop_ctx; in wps_registrar_pbc_timeout()
3489 static void wps_registrar_set_selected_timeout(void *eloop_ctx, in wps_registrar_set_selected_timeout() argument
3492 struct wps_registrar *reg = eloop_ctx; in wps_registrar_set_selected_timeout()