Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set CH_SWITCH_TIMING enumerator to the correct value of 104 #388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsilia
Copy link

@tsilia tsilia commented Feb 9, 2020

Set CH_SWITCH_TIMING enumerator to the correct value of 104 as the current one is (implicitly) set to 103 which is reserved.
This also automatically sets correct values of the few following enumerators (PTI_CONTROL through EXT_CAP) due to the way enumerations in C/C++ work:
https://github.com/tsilia/libtins/blob/a06baf335fea27dfca5c72270c3e199fb9e11b52/include/tins/dot11/dot11_base.h#L186-L208

Fixes #371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Channel Switch Timing element ID should be 104
1 participant