1CFG80211_IBSS_JOINED(9) Actions and configuration CFG80211_IBSS_JOINED(9)
2
3
4
6 cfg80211_ibss_joined - notify cfg80211 that device joined an IBSS
7
9 void cfg80211_ibss_joined(struct net_device * dev, const u8 * bssid,
10 struct ieee80211_channel * channel,
11 gfp_t gfp);
12
14 dev
15 network device
16
17 bssid
18 the BSSID of the IBSS joined
19
20 channel
21 the channel of the IBSS joined
22
23 gfp
24 allocation flags
25
27 This function notifies cfg80211 that the device joined an IBSS or
28 switched to a different BSSID. Before this function can be called,
29 either a beacon has to have been received from the IBSS, or one of the
30 cfg80211_inform_bss{,_frame} functions must have been called with the
31 locally generated beacon -- this guarantees that there is always a scan
32 result for this IBSS. cfg80211 will handle the rest.
33
35 Johannes Berg <johannes@sipsolutions.net>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 CFG80211_IBSS_JOINED(9)