1CFG80211_READY_ON_CH(9) Actions and configuration CFG80211_READY_ON_CH(9)
2
3
4
6 cfg80211_ready_on_channel - notification of remain_on_channel start
7
9 void cfg80211_ready_on_channel(struct wireless_dev * wdev, u64 cookie,
10 struct ieee80211_channel * chan,
11 unsigned int duration, gfp_t gfp);
12
14 wdev
15 wireless device
16
17 cookie
18 the request cookie
19
20 chan
21 The current channel (from remain_on_channel request)
22
23 duration
24 Duration in milliseconds that the driver intents to remain on the
25 channel
26
27 gfp
28 allocation flags
29
31 Johannes Berg <johannes@sipsolutions.net>
32 Author.
33
35Kernel Hackers Manual 3.10 June 2019 CFG80211_READY_ON_CH(9)