-
Notifications
You must be signed in to change notification settings - Fork 14
Misc wifi fixes #1343
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
Misc wifi fixes #1343
Conversation
troglobit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, clean no fuss. Only one comment, in addition to the change request: last commit -> s/is not allowed/are not allowed/
This to be able to use the function in hardware.c, when setting up bssids.
If an interface is name is wifiN-whatever it will be infered with the wifi type. Natural naming whould be wifi0-ssid.
use sh -c to expand the *
This since hostapd change MAC address from its insane logic radio + 1, if bssid is not set.
This is described on the internet as: "If you are unlucky and have a device with wrong MAC address, too bad" For us: We set mac addresses static, and do not use hostapds, insane MAC address allocation (radio MAC + n).
Did not work in some cases.
b586798 to
f195a0a
Compare
troglobit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, it's the small things that really do it! 💯
Description
Checklist
Tick relevant boxes, this PR is-a or has-a: