/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | eloop.h | 43 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/ |
D | sta_info.c | 23 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
|
D | pmksa_cache_auth.c | 106 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()
|
D | sta_info.h | 101 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
D | wpa_auth.c | 239 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/ |
D | esp_hostpad_wps.c | 329 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()
|
D | esp_dpp.c | 95 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/ |
D | eapol_auth_sm.c | 44 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/ |
D | pmksa_cache.c | 54 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()
|
D | wpa.c | 761 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/ |
D | rrm.c | 655 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/ |
D | wps_registrar.c | 225 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()
|