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

Add methods to add vendor specific IEs to beacon and probe responses #21

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

bcarlson-dev
Copy link
Contributor

@bcarlson-dev bcarlson-dev commented Dec 17, 2024

Depends on HAL Interface PR #4 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.

  • Modifies a shared interface vendor_elements buffer to preserve across reconfigurations.
  • wifi_addVendorSpecificIE adds a single IE to the buffer of vendor_elements
  • wifi_removeVendorSpecificIE removes a single instance of the IE that matches the type, OUI, length, and payload.

…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]>
@CLAassistant
Copy link

CLAassistant commented Dec 17, 2024

CLA assistant check
All committers have signed the CLA.

src/wifi_hal_priv.h Outdated Show resolved Hide resolved
src/wifi_hal_priv.h Outdated Show resolved Hide resolved
@bcarlson-dev bcarlson-dev force-pushed the feature/add-vendor-specific-ie-methods branch from 059e50b to a327e9a Compare December 18, 2024 16:01
@bcarlson-dev
Copy link
Contributor Author

@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

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.

3 participants