From b42a3159be6f2afbf137522f2d67af857fa23440 Mon Sep 17 00:00:00 2001 From: Erik Rye <8154801+gigaryte@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:58:39 -0400 Subject: [PATCH] Update Channel Switch Timing to 104 in enum as 103 is reserved --- include/tins/dot11/dot11_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tins/dot11/dot11_base.h b/include/tins/dot11/dot11_base.h index ed2c2277..0374e4a6 100644 --- a/include/tins/dot11/dot11_base.h +++ b/include/tins/dot11/dot11_base.h @@ -182,7 +182,7 @@ class TINS_API Dot11 : public PDU { DMS_RESP, LINK_ID, WAKEUP_SCHEDULE, - CH_SWITCH_TIMING, + CH_SWITCH_TIMING = 104, PTI_CONTROL, TPU_BUFFER_STATUS, INTERWORKING,