Searched defs:ieee80211_roc_work (Results 1 – 1 of 1) sorted by relevance
331 struct ieee80211_roc_work { struct332 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 …]