'\" t .\" Title: ieee80211_beacon_loss .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_BEACON_LOS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * 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" ieee80211_beacon_loss \- inform hardware does not receive beacons .SH "SYNOPSIS" .HP \w'void\ ieee80211_beacon_loss('u .BI "void ieee80211_beacon_loss(struct\ ieee80211_vif\ *\ " "vif" ");" .SH "ARGUMENTS" .PP \fIvif\fR .RS 4 struct ieee80211_vif pointer from the add_interface callback\&. .RE .SH "DESCRIPTION" .PP When beacon filtering is enabled with \fBIEEE80211_VIF_BEACON_FILTER\fR and \fBIEEE80211_CONF_PS\fR is set, the driver needs to inform whenever the hardware is not receiving beacons with this function\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br