'\" t .\" Title: cfg80211_unlink_bss .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Scanning and BSS list handling .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CFG80211_UNLINK_BSS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Scanning and BSS list handling" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" cfg80211_unlink_bss \- unlink BSS from internal data structures .SH "SYNOPSIS" .HP \w'void\ cfg80211_unlink_bss('u .BI "void cfg80211_unlink_bss(struct\ wiphy\ *\ " "wiphy" ", struct\ cfg80211_bss\ *\ " "bss" ");" .SH "ARGUMENTS" .PP \fIwiphy\fR .RS 4 the wiphy .RE .PP \fIbss\fR .RS 4 the bss to remove .RE .SH "DESCRIPTION" .PP This 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\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br