Radiotap

There are two places in the kernel where we maintain Radiotap information:

  1. sys/net80211/ieee80211_radiotap.h
    • This is the main file including everything relevant to the base system and native wireless. Any changes possible should be added there.
  2. sys/compat/linuxkpi/common/include/net/ieee80211_radiotap.h
    • This file is including the above and adds LinuxKPI specific information which either conflicts with the net80211 version or can otherwise not be found elsewhere.

The files are seeded based on actual needs in drivers (defines found there) or based on semi-standardization values from basically two references (see Section below).

References

  1. Radiotap

  2. Wireshark Radiotap


CategoryWiFi

WiFi/Radiotap (last edited 2021-06-06T02:43:17+0000 by MarkLinimon)