Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dieee80211_i.h362 struct ieee80211_roc_work { struct
363 struct list_head list;
365 struct ieee80211_sub_if_data *sdata;
367 struct ieee80211_channel *chan;
369 bool started, abort, hw_begun, notified;
370 bool on_channel;
372 unsigned long start_time;
374 u32 duration, req_duration;
375 struct sk_buff *frame;
376 u64 cookie, mgmt_tx_cookie;
[all …]
H A Doffchannel.c488 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work) ieee80211_roc_work() function
[all...]