Skip to content

Fix rate in beacon frames#28

Open
adammw wants to merge 1 commit into
vollero:masterfrom
adammw:fix-beacon
Open

Fix rate in beacon frames#28
adammw wants to merge 1 commit into
vollero:masterfrom
adammw:fix-beacon

Conversation

@adammw
Copy link
Copy Markdown

@adammw adammw commented Nov 1, 2016

Tag length should be 0x12 but was being observed as set to 0x00 due to type mismatch. numRates is an int, and therefore would be larger than a single byte, leading to the CW_COPY_MEMORY copying only the first byte of the int, being 0x00. After this change, the beacon is correctly parsed in Wireshark.

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.

1 participant