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

Added upper level methods for added and removing vendor IEs to probe responses and beacons. #59

Open
wants to merge 19 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 PR #21 being merged/checked out!

Implements OneWiFi abstractions of rdk-wifi-hal wifi_hal_addVendorSpecificIE and wifi_hal_removeVendorSpecificIE methods.

Testing Information

  1. To test this program, enter the OneWifi directory and git apply the following patch: test_cce_updated.patch

  2. This patch creates two files:

    • source/test_apps/test_cce.c is a testing program that verifies whether it works. Because the bus + queue cannot directly respond with error messages, the program succeeding only verifies that the first stage of the OneWiFi pipeline didn't fail and that the command was pushed to the queue successfully.
    • build/linux/cce_makefile which builds the test_cce.c using OneWifi headers and libraries.
  3. To build test_cce.c run make -f build/linux/cce_makefile all from the OneWifi directory (like when building OneWifi).

  4. Usage: sudo install/bin/cce <--add|--remove>

Examples

Here are some screenshots of a pcap (along with a pcap) in chronological order demonstrating the addition of the WFA CCE IE using the program described here.

Arrival Time: 13:04:21 - No custom vendor information elements added

No IEs

Arrival Time: 13:04:30 - Single CCE vendor IE added

One CCE

Arrival Time: 13:04:50 - All custom vendor IEs removed

Remove CCE

onewifi_cce_add.pcap.gz

soumyasmunshi and others added 11 commits December 4, 2024 02:06
PR for fixing translation bugs during Metrics collection for multiple associated clients.
…BPIR4

Reason for change:  Added Onewifi integration with BPI flags to resolve
issues for BPI platforms.
Test Procedure: wifi sanity test cases(2G) are passed.
Risks: Low

Signed-off-by: keerthana.p <[email protected]>
RDKBACCL-403,RDKBDEV-2853 : Bringup onewifi in BPI Reference platform
RDKB-58038: Give precedence to channel in RadioConfig.
Sta association link metrics bug fix
Signed-off-by: Benjamin Carlson <[email protected]>
…ture/add-vendor-specific-ie-methods

Signed-off-by: Benjamin Carlson <[email protected]>
@bcarlson-dev bcarlson-dev force-pushed the feature/add-vendor-specific-ie-methods branch from 0f925aa to 425b7eb Compare December 17, 2024 20:50
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.

7 participants