'\" t .\" Title: ieee80211_rts_get .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_RTS_GET" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The basic mac80211 driver inte" .\" ----------------------------------------------------------------- .\" * 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_rts_get \- RTS frame generation function .SH "SYNOPSIS" .HP \w'void\ ieee80211_rts_get('u .BI "void ieee80211_rts_get(struct\ ieee80211_hw\ *\ " "hw" ", struct\ ieee80211_vif\ *\ " "vif" ", const\ void\ *\ " "frame" ", size_t\ " "frame_len" ", const\ struct\ ieee80211_tx_info\ *\ " "frame_txctl" ", struct\ ieee80211_rts\ *\ " "rts" ");" .SH "ARGUMENTS" .PP \fIhw\fR .RS 4 pointer obtained from \fBieee80211_alloc_hw\fR\&. .RE .PP \fIvif\fR .RS 4 struct ieee80211_vif pointer from the add_interface callback\&. .RE .PP \fIframe\fR .RS 4 pointer to the frame that is going to be protected by the RTS\&. .RE .PP \fIframe_len\fR .RS 4 the frame length (in octets)\&. .RE .PP \fIframe_txctl\fR .RS 4 struct ieee80211_tx_info of the frame\&. .RE .PP \fIrts\fR .RS 4 The buffer where to store the RTS frame\&. .RE .SH "DESCRIPTION" .PP If the RTS frames are generated by the host system (i\&.e\&., not in hardware/firmware), the low\-level driver uses this function to receive the next RTS frame from the 802\&.11 code\&. The low\-level is responsible for calling this function before and RTS frame is needed\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br