Changes between Version 6 and Version 7 of 802.11/wlan_exp/log/entry_types


Ignore:
Timestamp:
Apr 16, 2014, 5:30:34 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/log/entry_types

    v6 v7  
    2424# Copy and Paste Python Output Below
    2525}}}
     26
    2627=== Entry Type NODE_INFO ===
    2728Details about the node hardware and its configuration. Node info values are static after boot.
     
    3132||=  Field Name  =||=  DataType  =||=  Description  =||
    3233|| timestamp ||  uint64  || Microsecond timer value at time of log entry creation ||
    33 || node_type ||  uint32  || Node type as 4 byte value: ![b0 b1 b2 b3]:[[BR]] b0: Always 0x00[[BR]] b1: Always 0x01 for 802.11 ref design nodes[[BR]] b2: CPU High application: 0x1 = AP, 0x2 = STA[[BR]] b3: CPU Low application: 0x1 = DCF ||
     34|| node_type ||  uint32  || Node type as 4 byte value: [b0 b1 b2 b3]:[[BR]] b0: Always 0x00[[BR]] b1: Always 0x01 for 802.11 ref design nodes[[BR]] b2: CPU High application: 0x1 = AP, 0x2 = STA[[BR]] b3: CPU Low application: 0x1 = DCF ||
    3435|| node_id ||  uint32  || Node ID, as set during wlan_exp init ||
    3536|| hw_generation ||  uint32  || WARP hardware generation: 3 for WARP v3 ||
     
    3738|| fpga_dna ||  uint64  || DNA value of node FPGA ||
    3839|| serial_num ||  uint32  || Serial number of WARP board ||
    39 || wlan_exp_ver ||  uint32  || wlan_exp version, as packed values ![(u8)major (u8)minor (u16)rev] ||
     40|| wlan_exp_ver ||  uint32  || wlan_exp version, as packed values [(u8)major (u8)minor (u16)rev] ||
    4041|| wlan_max_associations ||  uint32  || Maximum number of wireless associations allowed by node ||
    4142|| wlan_log_max_size ||  uint32  || Maximum size in bytes of node's event log ||
     
    145146|| pkt_type ||  uint8  || Packet type: 1 = other data, 2 = encapsulated Ethernet, 3 = LTG, 11 = management, 21 = control ||
    146147|| chan_num ||  uint8  || Channel (center frequency) index ||
    147 || ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF ![A,B,C,D] ||
     148|| ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
    148149|| rf_gain ||  uint8  || AGC RF gain setting: ![1,2,3] for ![0,15,30]dB gain ||
    149150|| bb_gain ||  uint8  || AGC BB gain setting: ![0:31] for approx ![0:63]dB gain ||
     
    248249|| pkt_type ||  uint8  || Packet type: 1 = other data, 2 = encapsulated Ethernet, 3 = LTG, 11 = management, 21 = control ||
    249250|| chan_num ||  uint8  || Channel (center frequency) index ||
    250 || ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF ![A,B,C,D] ||
     251|| ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
    251252|| rf_gain ||  uint8  || AGC RF gain setting: ![1,2,3] for ![0,15,30]dB gain ||
    252253|| bb_gain ||  uint8  || AGC BB gain setting: ![0:31] for approx ![0:63]dB gain ||
    253254|| flags ||  uint16  || Bit OR'd flags: 0x1 = Rx was duplicate of previous Rx ||
    254 || chan_est ||  (64,2)i2  || OFDM Rx channel estimates, packed as ![(uint16)I (uint16)Q] values, one per subcarrier ||
    255 || mac_payload_len ||  uint32  || Length in bytes of MAC payload recorded in log for this packet ||
    256 || mac_payload ||  24uint8  || First 24 bytes of MAC payload, typically the 802.11 MAC header ||
    257 
    258 ----
    259 
    260 
     255|| chan_est ||  (64,2)i2  || OFDM Rx channel estimates, packed as [(uint16)I (uint16)Q] values, one per subcarrier ||
     256|| mac_payload_len ||  uint32  || Length in bytes of MAC payload recorded in log for this packet ||
     257|| mac_payload ||  24uint8  || First 24 bytes of MAC payload, typically the 802.11 MAC header ||
     258
     259----
     260
     261