'\" t .\" Title: cfg80211_inform_bss_width_frame .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Scanning and BSS list handling .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "CFG80211_INFORM_BSS_" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "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_inform_bss_width_frame \- inform cfg80211 of a received BSS frame .SH "SYNOPSIS" .HP \w'struct\ cfg80211_bss\ *\ cfg80211_inform_bss_width_frame('u .BI "struct cfg80211_bss * cfg80211_inform_bss_width_frame(struct\ wiphy\ *\ " "wiphy" ", struct\ ieee80211_channel\ *\ " "rx_channel" ", enum\ nl80211_bss_scan_width\ " "scan_width" ", struct\ ieee80211_mgmt\ *\ " "mgmt" ", size_t\ " "len" ", s32\ " "signal" ", gfp_t\ " "gfp" ");" .SH "ARGUMENTS" .PP \fIwiphy\fR .RS 4 the wiphy reporting the BSS .RE .PP \fIrx_channel\fR .RS 4 The channel the frame was received on .RE .PP \fIscan_width\fR .RS 4 width of the control channel .RE .PP \fImgmt\fR .RS 4 the management frame (probe response or beacon) .RE .PP \fIlen\fR .RS 4 length of the management frame .RE .PP \fIsignal\fR .RS 4 the signal strength, type depends on the wiphy\*(Aqs signal_type .RE .PP \fIgfp\fR .RS 4 context flags .RE .SH "DESCRIPTION" .PP This informs cfg80211 that BSS information was found and the BSS should be updated/added\&. .SH "RETURN" .PP A referenced struct, must be released with \fBcfg80211_put_bss\fR! Or \fBNULL\fR on error\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br