wiki:802.11/wlan_exp/log/entry_types

Version 1 (modified by murphpo, 10 years ago) (diff)

--

802.11 Reference Design: Event Log Entry Types

The 802.11 Reference Design logging framework is designed to record log entries of arbitrary length and type. The MAC code in CPU High is responsible for defining the log entry types and populating each log entry at run time.

The reference code for CPU High defines a number of useful log entry types and implements logging of many run time events, including all Tx and Rx activity. The entry types defined in the reference implementation are listed below.

Users can define new log entry types or modify existing types to support their experiment. The requirements for this are documented below.

Reference Design Entry Types