'\" t .\" Title: cfg80211_mgmt_tx_status .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "CFG80211_MGMT_TX_STA" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Actions and configuration" .\" ----------------------------------------------------------------- .\" * 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_mgmt_tx_status \- notification of TX status for management frame .SH "SYNOPSIS" .HP \w'void\ cfg80211_mgmt_tx_status('u .BI "void cfg80211_mgmt_tx_status(struct\ wireless_dev\ *\ " "wdev" ", u64\ " "cookie" ", const\ u8\ *\ " "buf" ", size_t\ " "len" ", bool\ " "ack" ", gfp_t\ " "gfp" ");" .SH "ARGUMENTS" .PP \fIwdev\fR .RS 4 wireless device receiving the frame .RE .PP \fIcookie\fR .RS 4 Cookie returned by cfg80211_ops::\fBmgmt_tx\fR .RE .PP \fIbuf\fR .RS 4 Management frame (header + body) .RE .PP \fIlen\fR .RS 4 length of the frame data .RE .PP \fIack\fR .RS 4 Whether frame was acknowledged .RE .PP \fIgfp\fR .RS 4 context flags .RE .SH "DESCRIPTION" .PP This function is called whenever a management frame was requested to be .SH "TRANSMITTED WITH CFG80211_OPS" .PP :\fBmgmt_tx\fR to report the TX status of the transmission attempt\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br