From d27fb6073b1dc0e868e9b2949020d68af37fe5d5 Mon Sep 17 00:00:00 2001 From: evi1f4iry <74081862+evi1r0s3@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:53:25 +0800 Subject: [PATCH] Update Construct_frame_fields.py omit --- Mngmt_frames/Construct_frame_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mngmt_frames/Construct_frame_fields.py b/Mngmt_frames/Construct_frame_fields.py index 7f1afc9..213a6c6 100644 --- a/Mngmt_frames/Construct_frame_fields.py +++ b/Mngmt_frames/Construct_frame_fields.py @@ -25,7 +25,7 @@ STANDARD_TIM = Dot11Elt(ID='TIM', info='\x05\x04\x00\x01\x00\x00') SUPPORTED_RATES = Dot11Elt(ID='Rates', info='\x82\x84\x8b\x0c\x12\x96\x18\x24') -SUPPL_RATES = Dot11Elt(ID='ESRates', info='\x30\x48\60\x6c') +SUPPL_RATES = Dot11Elt(ID='ESRates', info='\x30\x48\x60\x6c') STANDARD_HT_CAPABILITIES = Dot11Elt(ID=45, info='\x67\x09\x17\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' '\x00\x00\x00\x00\x00\x00\x00\x00')