mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
Add missing radiotap parsing fields
This commit is contained in:
@@ -57,6 +57,8 @@ const RadioTapParser::FieldMetadata RadioTapParser::RADIOTAP_METADATA[] = {
|
||||
{ 1, 1 }, // DATA_RETRIES
|
||||
{ 8, 4 }, // CHANNEL_PLUS
|
||||
{ 3, 1 }, // MCS
|
||||
{ 8, 4 }, // A-MPDU status
|
||||
{ 12, 2 } // VHT
|
||||
};
|
||||
|
||||
const uint32_t RadioTapParser::MAX_RADIOTAP_FIELD = sizeof(RADIOTAP_METADATA) /
|
||||
|
||||
Reference in New Issue
Block a user