Searched refs:wpas_wps_reenable_networks_cb (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 625 static void wpas_wps_reenable_networks_cb(void *eloop_ctx, void *timeout_ctx); 632 eloop_cancel_timeout(wpas_wps_reenable_networks_cb, wpa_s, NULL); in wpas_wps_reenable_networks() 655 static void wpas_wps_reenable_networks_cb(void *eloop_ctx, void *timeout_ctx) in wpas_wps_reenable_networks_cb() function 677 eloop_register_timeout(10, 0, wpas_wps_reenable_networks_cb, wpa_s, in wpa_supplicant_wps_event_success() 1506 eloop_cancel_timeout(wpas_wps_reenable_networks_cb, wpa_s, NULL); in wpas_wps_deinit() 2240 eloop_register_timeout(10, 0, wpas_wps_reenable_networks_cb, wpa_s, in wpas_wps_use_cred()
|