-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Allow chip-tool echo-ble to work along with credential passing #1965
Allow chip-tool echo-ble to work along with credential passing #1965
Conversation
Prior to project-chip#1898, received bluetooth messages were echoed back to the sender, and this facility is used by the command-line `chip-tool echo-ble`. To restore that, this change adopts a stricter format for WiFi credentials and treats anything else as an echo request. (This too is temporary code, pending an actual rendezvous implementation.)
Size increase report for "nrf-example-build"
Full report output
|
Size increase report for "nrfconnect-example-build"
Full report output
|
Size increase report for "linux-example-build"
Full report output
|
Size increase report for "esp32-example-build"
Full report output
|
Size increase report for "gn_nrf-example-build"
Full report output
|
Size increase report for "gn_linux-example-build"
Full report output
|
@kpschoedel can you sign the CLA please? Then we can merge :) |
https://cla-assistant.io/project-chip/connectedhomeip insists I have :( (Local folks who have had signing problems say they had multiple accounts, but I don't.) |
Thanks, will investigate. This may actually be the GitHub bot not kicking in. |
Note for people in future, I had to log into cla-assistant and click re-check PRs... this one must have bugged out somehow? |
…WiFi security and error logs Merge in WMN_TOOLS/matter from bugfix/MATTER-2982-wpa3-translation-fix to silabs_slc_1.3 Squashed commit of the following: commit eede9f32c0e2b0401d21bc119952470336632bab Author: Rohan Sahay <[email protected]> Date: Thu Jun 6 19:26:15 2024 +0530 Adds fix for logs commit 8cdd80a6cd9830773b223f6b48c84c26d3ade52a Author: Rohan Sahay <[email protected]> Date: Thu Jun 6 10:28:14 2024 +0530 Adds refactored WIFI_ENABLE_SECURITY_WPA3_TRANSITION commit 9ea5d882782ae599fda8985b2a0b75868c60b261 Author: Rohan Sahay <[email protected]> Date: Thu Jun 6 10:24:15 2024 +0530 Porting AP security fix
Prior to #1898, received bluetooth messages were echoed back
to the sender, and this facility is used by the command-line
chip-tool echo-ble
. To restore that, this change adopts astricter format for WiFi credentials and treats anything else
as an echo request. (This too is temporary code, pending an
actual rendezvous implementation.)