Linux wireless drivers development
 help / color / mirror / Atom feed
* How to know the information about RTS reception in mac80211 or device driver
@ 2014-10-07 11:30 Okhwan Lee
  2014-10-08 14:17 ` Michal Kazior
  0 siblings, 1 reply; 4+ messages in thread
From: Okhwan Lee @ 2014-10-07 11:30 UTC (permalink / raw)
  To: linux-wireless

Hi, 

We are trying to develop an algorithm by using the information of RTS reception at the receiver side. (actually, we need the preceding frame of A-MPDU). 
As far as we know, RTS/CTS exchange is done by firmware of NIC.
However, in monitor mode, we quite sure that the RTS/CTS frame reception should be reported to upper layer.
As an evidence, Wireshark can capture and display the RTS/CTS reception. 

However, mac80211 and device driver (e.g., ath10k) can not recognize the reception of RTS even if we put the WiFi NIC in monitor mode.
We check the type and subtype of frame_control field for all the received frames at the “ieee80211_rx_monitor” function of mac80211.
We can find the reception of data frames amd mgmt frames, but there is no RTS/CTS frame.
(We confirm that there is the RTS/CTS frame by using wireshark.)

Is there any way to know the information about RTS reception in mac80211 or device driver?

Thank you. 

--
Okhwan Lee,



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-09  5:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 11:30 How to know the information about RTS reception in mac80211 or device driver Okhwan Lee
2014-10-08 14:17 ` Michal Kazior
2014-10-08 14:50   ` Sujith Manoharan
2014-10-09  5:44     ` Michal Kazior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox