'\" t .\" Title: cfg80211_inform_bss_data .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.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_data \- inform cfg80211 of a new BSS .SH "SYNOPSIS" .HP \w'struct\ cfg80211_bss\ *\ cfg80211_inform_bss_data('u .BI "struct cfg80211_bss * cfg80211_inform_bss_data(struct\ wiphy\ *\ " "wiphy" ", struct\ cfg80211_inform_bss\ *\ " "data" ", enum\ cfg80211_bss_frame_type\ " "ftype" ", const\ u8\ *\ " "bssid" ", u64\ " "tsf" ", u16\ " "capability" ", u16\ " "beacon_interval" ", const\ u8\ *\ " "ie" ", size_t\ " "ielen" ", 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 \fIftype\fR .RS 4 frame type (if known) .RE .PP \fIbssid\fR .RS 4 the BSSID of the BSS .RE .PP \fItsf\fR .RS 4 the TSF sent by the peer in the beacon/probe response (or 0) .RE .PP \fIcapability\fR .RS 4 the capability field sent by the peer .RE .PP \fIbeacon_interval\fR .RS 4 the beacon interval announced by the peer .RE .PP \fIie\fR .RS 4 additional IEs sent by the peer .RE .PP \fIielen\fR .RS 4 length of the additional IEs .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