Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dieee80211_i.h340 struct ieee80211_roc_work { struct
341 struct list_head list;
343 struct ieee80211_sub_if_data *sdata;
345 struct ieee80211_channel *chan;
347 bool started, abort, hw_begun, notified;
348 bool on_channel;
350 unsigned long start_time;
352 u32 duration, req_duration;
353 struct sk_buff *frame;
354 u64 cookie, mgmt_tx_cookie;
[all …]
A Doffchannel.c454 static void ieee80211_roc_work(struct work_struct *work) in ieee80211_roc_work() function

Completed in 17 milliseconds