You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Return a bitmask rather than mutating a span which could have led
to misuse.
- Make Network Commissioning cluster revision programmatic
to avoid rev 1 leftovers (illegal starting at 1.3).
- Fix an internal error case on writes.
Fixesproject-chip#30107
Issue project-chip#30110
Testing done:
- Existing integration tests still pass with refactor.
* Make supported Wi-Fi bands API less error prone
- Return a bitmask rather than mutating a span which could have led
to misuse.
- Make Network Commissioning cluster revision programmatic
to avoid rev 1 leftovers (illegal starting at 1.3).
- Fix an internal error case on writes.
Fixes#30107
Issue #30110
Testing done:
- Existing integration tests still pass with refactor.
* Restyled by clang-format
* Fix CI
* Address review comments
* Fix CI
---------
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Reporting supported bands is required in Matter 1.3.
Support must be added to
src/include/platform/NetworkCommissioning.h
and associated files to report the supported bands enum properly.See https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/7571 for the spec side.
The text was updated successfully, but these errors were encountered: