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