iwd/monitor
James Prestwood 3b801526f0 monitor: allow monitor to support other MIC lengths
Unfortunately there is no way to determine the MIC length just from the
eapol frame. 802.11 defined AKMs define the MIC length, but non 802.11
AKMs (e.g. OWE) can define their own MIC length. For this reason it seem
infeasable to track these special AKM's data flow to determine the MIC
length.

To work around this we can just try different MIC lengths (since there
are only 3 after all). This allows us to get key data length and see if
the total packet size equals the frame length + key data length. If the
sizes don't match we can try the next MIC length.
2019-01-17 15:20:28 -06:00
..
display.c monitor: Fix includes for using with -std=c99 compiler option 2018-11-01 22:19:11 +01:00
display.h monitor: Improve message and attribute display handling 2014-08-09 22:59:42 -07:00
main.c monitor: Fix includes for using with -std=c99 compiler option 2018-11-01 22:19:11 +01:00
nlmon.c monitor: allow monitor to support other MIC lengths 2019-01-17 15:20:28 -06:00
nlmon.h monitor: added scan/wiphy flags 2018-05-15 19:42:46 -05:00
pcap.c monitor: add missing sys/stat.h include 2018-11-10 17:49:04 +01:00
pcap.h monitor: Add support for writing combined PCAP trace files 2014-08-12 19:35:59 -07:00