-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Postpone sending PAF packets while the wi-fi resource is unavailable #38968
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
Merged
Conversation
This file contains hidden or 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 #38968: Size comparison from 2393eee to b3cff33 Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
Signed-off-by: Lo,Chin-Ran <[email protected]>
|
PR #38968: Size comparison from 2393eee to 3e916a8 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
andy31415
reviewed
May 15, 2025
Co-authored-by: Andrei Litvin <[email protected]>
xiaolonghca
approved these changes
May 16, 2025
xiaolonghca
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.
tested working by qualcomm. thanks
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
* Refine the comment and name of variables and functions Signed-off-by: Lo,Chin-Ran <[email protected]>
|
PR #38968: Size comparison from 2ed64bc to d319e81 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
andy31415
reviewed
May 16, 2025
Signed-off-by: Lo,Chin-Ran <[email protected]>
andy31415
approved these changes
May 16, 2025
|
PR #38968: Size comparison from ef58f46 to 4d1524f Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
bzbarsky-apple
approved these changes
May 20, 2025
Signed-off-by: Lo,Chin-Ran <[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.
Testing
AP: Asus RT-N66U, running at chnl#1
ctrl: Rpi + NetGear, Inc. A6210
dut#1: rpi + Linksys AE6000
dut#2: imx93+iw612
commissionee:
$ ./chip-all-clusters-app --wifi --wifipaf freq_list=2412
commissioner:
$ ./chip-tool pairing code-wifi 1 n_m_2g nxp12345 MT:-24J0M3810KA0648G00 --freq 2412
or
$ ./chip-tool pairing wifipaf-wifi 1 n_m_2g nxp12345 20202021 3840 --freq 2412
Problem to fix: if PAF packets are sent while the Wi-Fi is on another channel (For example, it's scanning the environment), the packets may be sent to the wrong channel (depends on the hardware implementation).