Searched refs:wpas_send_action_cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | offchannel.c | 70 static void wpas_send_action_cb(void *eloop_ctx, void *timeout_ctx) in wpas_send_action_cb() function 345 eloop_cancel_timeout(wpas_send_action_cb, wpa_s, NULL); in offchannel_send_action() 346 eloop_register_timeout(0, 0, wpas_send_action_cb, wpa_s, NULL); in offchannel_send_action() 428 wpas_send_action_cb(wpa_s, NULL); in offchannel_remain_on_channel_cb() 487 eloop_cancel_timeout(wpas_send_action_cb, wpa_s, NULL); in offchannel_deinit()
|
H A D | p2p_supplicant.c | 1610 static void wpas_send_action_cb(struct wpa_radio_work *work, int deinit) in wpas_send_action_cb() function 1663 wpas_send_action_cb, awork) < 0) { in wpas_send_action_work()
|