'\" t .\" Title: cfg80211_inform_bss_frame_data .\" 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_INFORM_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_inform_bss_frame_data \- inform cfg80211 of a received BSS frame .SH "SYNOPSIS" .HP \w'struct\ cfg80211_bss\ *\ cfg80211_inform_bss_frame_data('u .BI "struct cfg80211_bss * cfg80211_inform_bss_frame_data(struct\ wiphy\ *\ " "wiphy" ", struct\ cfg80211_inform_bss\ *\ " "data" ", struct\ ieee80211_mgmt\ *\ " "mgmt" ", size_t\ " "len" ", gfp_t\ " "gfp" ");" .SH "ARGUMENTS" .PP \fIwiphy\fR .RS 4 the wiphy reporting the BSS .RE .PP \fIdata\fR .RS 4 the BSS metadata .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 \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