ieee80211_rts_get — RTS frame generation function
| 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 ); | 
hw
     pointer obtained from ieee80211_alloc_hw.
    
vifstruct ieee80211_vif pointer from the add_interface callback.
framepointer to the frame that is going to be protected by the RTS.
frame_lenthe frame length (in octets).
frame_txctlstruct ieee80211_tx_info of the frame.
rtsThe buffer where to store the RTS frame.