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

wifiRawSender has hardcoded MAC addresses #7

Open
biemster opened this issue Sep 13, 2023 · 0 comments
Open

wifiRawSender has hardcoded MAC addresses #7

biemster opened this issue Sep 13, 2023 · 0 comments

Comments

@biemster
Copy link

The payload in

0x00, 0x00, 0xd3, 0x00, 0xc7, 0x01, 0xd0, 0x00, 0x3a, 0x01, 0x84, 0xf3, 0xeb, 0x73, 0x55, 0x0d,
0xf8, 0x1a, 0x67, 0xb7, 0xeb, 0x0b, 0x84, 0xf3, 0xeb, 0x73, 0x55, 0x0d, 0x70, 0x51, 0x7f, 0x18,

has hardcoded src and dst MAC addresses. Some drivers/platforms might exchange those for the actual hardware addresses and configured destination, but on my QCA9533 they are not replaced so the packets don't go to the broadcast address.
Maybe just a fringe use case but since this project is awesome, this info might help someone.

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

No branches or pull requests

1 participant