Query: ieee80211_rts_get
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_RTS_GET(9) The basic mac80211 driver inte IEEE80211_RTS_GET(9)NAMEieee80211_rts_get - RTS frame generation functionSYNOPSISvoid 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);ARGUMENTShw pointer obtained from ieee80211_alloc_hw. vif struct ieee80211_vif pointer from the add_interface callback. frame pointer to the frame that is going to be protected by the RTS. frame_len the frame length (in octets). frame_txctl struct ieee80211_tx_info of the frame. rts The buffer where to store the RTS frame.DESCRIPTIONIf 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.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_RTS_GET(9)
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Docker learning Phase-I |
Shopt -s histappend |
[TIP] Processing YAML files with yq |