Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dieee80211_i.h341 struct ieee80211_roc_work { struct
342 struct list_head list;
344 struct ieee80211_sub_if_data *sdata;
346 struct ieee80211_channel *chan;
348 bool started, abort, hw_begun, notified;
349 bool on_channel;
351 unsigned long start_time;
353 u32 duration, req_duration;
354 struct sk_buff *frame;
355 u64 cookie, mgmt_tx_cookie;
[all …]
Doffchannel.c454 static void ieee80211_roc_work(struct work_struct *work) in ieee80211_roc_work() function