Searched defs:ieee80211_roc_work (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | ieee80211_i.h | 333 struct ieee80211_roc_work { struct 334 struct list_head list; 336 struct ieee80211_sub_if_data *sdata; 338 struct ieee80211_channel *chan; 340 bool started, abort, hw_begun, notified; 341 bool on_channel; 343 unsigned long start_time; 345 u32 duration, req_duration; 346 struct sk_buff *frame; 347 u64 cookie, mgmt_tx_cookie; [all …]
|
| D | offchannel.c | 452 static void ieee80211_roc_work(struct work_struct *work) in ieee80211_roc_work() function
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| D | ieee80211_i.h | 336 struct ieee80211_roc_work { struct 337 struct list_head list; 339 struct ieee80211_sub_if_data *sdata; 341 struct ieee80211_channel *chan; 343 bool started, abort, hw_begun, notified; 344 bool on_channel; 346 unsigned long start_time; 348 u32 duration, req_duration; 349 struct sk_buff *frame; 350 u64 cookie, mgmt_tx_cookie; [all …]
|
| D | offchannel.c | 454 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_roc_work() function
|