Home
last modified time | relevance | path

Searched defs:ieee80211_roc_work (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/mac80211/
Dieee80211_i.h326 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;
[all …]