Home
last modified time | relevance | path

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

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