Lines Matching defs:ieee80211_roc_work
331 struct ieee80211_roc_work { struct
332 struct list_head list;
333 struct list_head dependents;
335 struct delayed_work work;
337 struct ieee80211_sub_if_data *sdata;
339 struct ieee80211_channel *chan;
341 bool started, abort, hw_begun, notified;
342 bool to_be_freed;
343 bool on_channel;
345 unsigned long hw_start_time;
347 u32 duration, req_duration;
348 struct sk_buff *frame;
349 u64 cookie, mgmt_tx_cookie;
350 enum ieee80211_roc_type type;