Home
last modified time | relevance | path

Searched refs:wpas_send_action_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c70 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 Dp2p_supplicant.c1610 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()