-
Notifications
You must be signed in to change notification settings - Fork 36
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
bcarlson-dev
wants to merge
19
commits into
rdkcentral:develop
Choose a base branch
from
bcarlson-dev:feature/add-vendor-specific-ie-methods
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Added upper level methods for added and removing vendor IEs to probe responses and beacons. #59
bcarlson-dev
wants to merge
19
commits into
rdkcentral:develop
from
bcarlson-dev:feature/add-vendor-specific-ie-methods
+25
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Ben Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
…ture/add-vendor-specific-ie-methods Signed-off-by: Benjamin Carlson <[email protected]>
bcarlson-dev
force-pushed
the
feature/add-vendor-specific-ie-methods
branch
from
December 17, 2024 20:45
8f8263d
to
0f925aa
Compare
…feature/add-vendor-specific-ie-methods
bcarlson-dev
force-pushed
the
feature/add-vendor-specific-ie-methods
branch
from
December 17, 2024 20:50
0f925aa
to
425b7eb
Compare
Signed-off-by: Benjamin Carlson <[email protected]>
…feature/add-vendor-specific-ie-methods Signed-off-by: Benjamin Carlson <[email protected]>
Signed-off-by: Benjamin Carlson <[email protected]>
…feature/add-vendor-specific-ie-methods
…feature/add-vendor-specific-ie-methods
Signed-off-by: Ben Carlson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on HAL PR #21 being merged/checked out!
Implements OneWiFi abstractions of rdk-wifi-hal
wifi_hal_addVendorSpecificIE
andwifi_hal_removeVendorSpecificIE
methods.Testing Information
To test this program, enter the
OneWifi
directory andgit apply
the following patch: test_cce_updated.patchThis 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 thetest_cce.c
using OneWifi headers and libraries.To build
test_cce.c
runmake -f build/linux/cce_makefile all
from theOneWifi
directory (like when building OneWifi).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
Arrival Time: 13:04:30 - Single CCE vendor IE added
Arrival Time: 13:04:50 - All custom vendor IEs removed
onewifi_cce_add.pcap.gz