'\" t .\" Title: ieee80211_find_sta .\" 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_FIND_STA" "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_find_sta \- find a station .SH "SYNOPSIS" .HP \w'struct\ ieee80211_sta\ *\ ieee80211_find_sta('u .BI "struct ieee80211_sta * ieee80211_find_sta(struct\ ieee80211_vif\ *\ " "vif" ", const\ u8\ *\ " "addr" ");" .SH "ARGUMENTS" .PP \fIvif\fR .RS 4 virtual interface to look for station on .RE .PP \fIaddr\fR .RS 4 station\*(Aqs address .RE .SH "RETURN" .PP The station, if found\&. \fBNULL\fR otherwise\&. .SH "NOTE" .PP This function must be called under RCU lock and the resulting pointer is only valid under RCU lock as well\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br