ieee80211_queue_delayed_work(9) centos man page | unix.com

Man Page: ieee80211_queue_delayed_work

Operating Environment: centos

Section: 9

IEEE80211_QUEUE_DELA(9) 				  The basic mac80211 driver inte				   IEEE80211_QUEUE_DELA(9)

NAME
ieee80211_queue_delayed_work - add work onto the mac80211 workqueue
SYNOPSIS
void ieee80211_queue_delayed_work(struct ieee80211_hw * hw, struct delayed_work * dwork, unsigned long delay);
ARGUMENTS
hw the hardware struct for the interface we are adding work for dwork delayable work to queue onto the mac80211 workqueue delay number of jiffies to wait before queueing
DESCRIPTION
Drivers and mac80211 use this to queue delayed work onto the mac80211 workqueue.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IEEE80211_QUEUE_DELA(9)
Related Man Pages
struct_ieee80211_rx_status(9) - centos
struct_ieee80211_vif(9) - centos
enum_ieee80211_filter_flags(9) - suse
workqueue(9) - netbsd
workqueue_create(9) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq