Man Page: ieee80211_queue_delayed_work
Operating Environment: centos
Section: 9
IEEE80211_QUEUE_DELA(9) The basic mac80211 driver inte IEEE80211_QUEUE_DELA(9)NAMEieee80211_queue_delayed_work - add work onto the mac80211 workqueueSYNOPSISvoid ieee80211_queue_delayed_work(struct ieee80211_hw * hw, struct delayed_work * dwork, unsigned long delay);ARGUMENTShw 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 queueingDESCRIPTIONDrivers and mac80211 use this to queue delayed work onto the mac80211 workqueue.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_QUEUE_DELA(9)