1CFG80211_UNLINK_BSS(9) Scanning and BSS list handling CFG80211_UNLINK_BSS(9)
2
3
4
6 cfg80211_unlink_bss - unlink BSS from internal data structures
7
9 void cfg80211_unlink_bss(struct wiphy * wiphy,
10 struct cfg80211_bss * bss);
11
13 wiphy
14 the wiphy
15
16 bss
17 the bss to remove
18
20 This function removes the given BSS from the internal data structures
21 thereby making it no longer show up in scan results etc. Use this
22 function when you detect a BSS is gone. Normally BSSes will also time
23 out, so it is not necessary to use this function at all.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 CFG80211_UNLINK_BSS(9)