-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add methods to add vendor specific IEs to beacon and probe responses #21
base: develop
Are you sure you want to change the base?
Add methods to add vendor specific IEs to beacon and probe responses #21
Conversation
…icIE` definitions and docs Signed-off-by: Ben Carlson <[email protected]>
Added note to documentation about driver compatibility Signed-off-by: Benjamin Carlson <[email protected]>
…into feature/add-vendor-specific-ie-methods Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
059e50b
to
a327e9a
Compare
@amarnathhullur I moved the definitions to a hal interface header and made a PR. The PR is linked at the top but here it is as well: Aniket0606/rdkb-halif-wifi#4 |
Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
…into feature/add-vendor-specific-ie-methods Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
…ndor IE Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Ben Carlson <[email protected]>
…into feature/add-vendor-specific-ie-methods
Done |
By the way, this is doing to fail since each thing does depend on each other but they do build when cloned together |
Signed-off-by: Ben Carlson <[email protected]>
Signed-off-by: Ben Carlson <[email protected]>
Depends on HAL Interface PR #22 to work
See the corresponding OneWiFi PR for information on testing
This code has been end-to-end tested on the Raspberry Pi with a third-party USB Wi-Fi adapter (Mediatek) and the built-in Raspberry Pi Broadcom chip. Both work.
vendor_elements
buffer to preserve across reconfigurations.wifi_addVendorSpecificIE
adds a single IE to the buffer of vendor_elementswifi_removeVendorSpecificIE
removes a single instance of the IE that matches the type, OUI, length, and payload.