Lines Matching defs:ieee80211_roc_work
326 struct ieee80211_roc_work { struct
327 struct list_head list;
328 struct list_head dependents;
330 struct delayed_work work;
332 struct ieee80211_sub_if_data *sdata;
334 struct ieee80211_channel *chan;
336 bool started, abort, hw_begun, notified;
337 bool to_be_freed;
338 bool on_channel;
340 unsigned long hw_start_time;
342 u32 duration, req_duration;
343 struct sk_buff *frame;
344 u64 cookie, mgmt_tx_cookie;
345 enum ieee80211_roc_type type;