'\" t .\" Title: cfg80211_testmode_event .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Test mode .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CFG80211_TESTMODE_EV" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Test mode" .\" ----------------------------------------------------------------- .\" * 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_testmode_event \- send the event .SH "SYNOPSIS" .HP \w'void\ cfg80211_testmode_event('u .BI "void cfg80211_testmode_event(struct\ sk_buff\ *\ " "skb" ", gfp_t\ " "gfp" ");" .SH "ARGUMENTS" .PP \fIskb\fR .RS 4 The skb, must have been allocated with \fBcfg80211_testmode_alloc_event_skb\fR .RE .PP \fIgfp\fR .RS 4 allocation flags .RE .SH "DESCRIPTION" .PP This function sends the given \fIskb\fR, which must have been allocated by \fBcfg80211_testmode_alloc_event_skb\fR, as an event\&. It always consumes it\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br