Searched refs:wpas_send_action_cb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | offchannel.c | 49 static void wpas_send_action_cb(void *eloop_ctx, void *timeout_ctx) in wpas_send_action_cb() function 270 eloop_cancel_timeout(wpas_send_action_cb, wpa_s, NULL); in offchannel_send_action() 271 eloop_register_timeout(0, 0, wpas_send_action_cb, wpa_s, NULL); in offchannel_send_action() 340 wpas_send_action_cb(wpa_s, NULL); in offchannel_remain_on_channel_cb() 396 eloop_cancel_timeout(wpas_send_action_cb, wpa_s, NULL); in offchannel_deinit()
|