Man Page: cfg80211_unlink_bss
Operating Environment: centos
Section: 9
CFG80211_UNLINK_BSS(9) Scanning and BSS list handling CFG80211_UNLINK_BSS(9)NAMEcfg80211_unlink_bss - unlink BSS from internal data structuresSYNOPSISvoid cfg80211_unlink_bss(struct wiphy * wiphy, struct cfg80211_bss * bss);ARGUMENTSwiphy the wiphy bss the bss to removeDESCRIPTIONThis function removes the given BSS from the internal data structures thereby making it no longer show up in scan results etc. Use this function when you detect a BSS is gone. Normally BSSes will also time out, so it is not necessary to use this function at all.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CFG80211_UNLINK_BSS(9)
| Related Man Pages |
|---|
| enum_ieee80211_filter_flags(9) - centos |
| enum_ieee80211_rate_flags(9) - centos |
| struct_station_info(9) - centos |
| struct_wiphy(9) - centos |
| struct_wireless_dev(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Controlling user input |