-
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
add ScanNetworks step to CHIPDeviceController #20766
Conversation
Can the use of ScanNetworks command be made configurable and skipped by default? And/or can this change go in after the 1.0 release? Not commenting on the substance of the change but rather on the functionality it touches: This is a very high risk change as it affects most platforms and most test cases. As an example, it unmasks this bug: #21248 and there is no telling what else can surface. Given that we are very close to SVE I think it would be reasonable to delay this. |
PR #20766: Size comparison from a7ad1d8 to 2282310 Full report (3 builds for mbed, nrfconnect)
|
PR #20766: Size comparison from a7ad1d8 to f158c8e Increases (1 build for cc13x2_26x2)
Decreases (2 builds for cc13x2_26x2, nrfconnect)
Full report (20 builds for bl602, cc13x2_26x2, esp32, k32w, mbed, nrfconnect, p6)
|
In the latest, its turned off by default when thread credentials are provided. But we need this functionality for 1.0 |
* DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * Restyle DRAFT: add ScanNetworks step to CHIPDeviceController (#20808) * Restyled by whitespace * Restyled by google-java-format Co-authored-by: Restyled.io <[email protected]> * fix CI * fix kotlin build issue * fix java method signature lookup * fix cirq tests, add name for ScanNetworks step * attempt to fix cirq tests * Address comments * Address comments * fix stragglers, restyle * address feedback * address feedback * fix build * fix build * fix build Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
Android chip-tool needs to fixed up due to this commit changing the API. |
* DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * Restyle DRAFT: add ScanNetworks step to CHIPDeviceController (#20808) * Restyled by whitespace * Restyled by google-java-format Co-authored-by: Restyled.io <[email protected]> * fix CI * fix kotlin build issue * fix java method signature lookup * fix cirq tests, add name for ScanNetworks step * attempt to fix cirq tests * Address comments * Address comments * fix stragglers, restyle * address feedback * address feedback * fix build * fix build * fix build Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
* DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * Restyle DRAFT: add ScanNetworks step to CHIPDeviceController (#20808) * Restyled by whitespace * Restyled by google-java-format Co-authored-by: Restyled.io <[email protected]> * fix CI * fix kotlin build issue * fix java method signature lookup * fix cirq tests, add name for ScanNetworks step * attempt to fix cirq tests * Address comments * Address comments * fix stragglers, restyle * address feedback * address feedback * fix build * fix build * fix build Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
* DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * DRAFT: add ScanNetworks step to CHIPDeviceController * Add android hooks and callbacks for network scan * Add controller parameters for failsafe timeout, and scans * Add callback for ReadCommissioningInfo * straggler file * address comments * fix android build * Restyle DRAFT: add ScanNetworks step to CHIPDeviceController (project-chip#20808) * Restyled by whitespace * Restyled by google-java-format Co-authored-by: Restyled.io <[email protected]> * fix CI * fix kotlin build issue * fix java method signature lookup * fix cirq tests, add name for ScanNetworks step * attempt to fix cirq tests * Address comments * Address comments * fix stragglers, restyle * address feedback * address feedback * fix build * fix build * fix build Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
Problem
Change overview
Testing