Searched refs:wpas_wps_reenable_networks_cb (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/wpa_supplicant/ |
| D | wps_supplicant.c | 684 static void wpas_wps_reenable_networks_cb(void *eloop_ctx, void *timeout_ctx); 691 eloop_cancel_timeout(wpas_wps_reenable_networks_cb, wpa_s, NULL); in wpas_wps_reenable_networks() 714 static void wpas_wps_reenable_networks_cb(void *eloop_ctx, void *timeout_ctx) in wpas_wps_reenable_networks_cb() function 724 return eloop_is_timeout_registered(wpas_wps_reenable_networks_cb, in wpas_wps_reenable_networks_pending() 743 eloop_register_timeout(10, 0, wpas_wps_reenable_networks_cb, wpa_s, in wpa_supplicant_wps_event_success() 1695 eloop_cancel_timeout(wpas_wps_reenable_networks_cb, wpa_s, NULL); in wpas_wps_deinit() 2468 eloop_register_timeout(10, 0, wpas_wps_reenable_networks_cb, wpa_s, in wpas_wps_use_cred()
|