-
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
NetworkCommissioning: Disconnect previous network when trying a new #35256
NetworkCommissioning: Disconnect previous network when trying a new #35256
Conversation
Review changes with SemanticDiff. |
PR #35256: Size comparison from e4502c3 to 10ee668 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…ew connection on other endpoint
7979f6a
to
395d62a
Compare
395d62a
to
4749898
Compare
0fefbc1
to
6182de7
Compare
PR #35256: Size comparison from 2cf028b to 6182de7 Full report (12 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
6182de7
to
eb7d7bc
Compare
PR #35256: Size comparison from 2cf028b to eb7d7bc Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
607df8a
to
a059abb
Compare
PR #35256: Size comparison from 36f0c50 to a059abb Full report (39 builds for bl602, bl702, bl702l, cyw30739, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
a059abb
to
e4b0637
Compare
PR #35256: Size comparison from 9b58d4c to e4b0637 Full report (22 builds for bl602, bl702, bl702l, nrfconnect, nxp, qpg, stm32, tizen)
|
e4b0637
to
2283ae5
Compare
PR #35256: Size comparison from 9b58d4c to 2283ae5 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
2283ae5
to
460a7d1
Compare
PR #35256: Size comparison from 513f241 to 460a7d1 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
460a7d1
to
dd0391d
Compare
PR #35256: Size comparison from f89d5b9 to dd0391d Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35256: Size comparison from 0b696d8 to b6819ca Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35256: Size comparison from 7249c56 to 7496cfb Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
7496cfb
to
ff24375
Compare
PR #35256: Size comparison from 7249c56 to ff24375 Full report (46 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
ff24375
to
36fd1cc
Compare
PR #35256: Size comparison from 7249c56 to 36fd1cc Full report (60 builds for bl602, bl702, bl702l, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
36fd1cc
to
75df75b
Compare
PR #35256: Size comparison from 607a4a8 to 75df75b Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35256: Size comparison from 01632c4 to 9118cab Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…roject-chip#35256) * NetworkCommissioning: disconnect previous network when attepmting a new connection on other endpoint * use linked list and disconnect driver when no connected network config * Add DisconnectFromNetwork for OpenThread and ESP32 platform * Update src/app/clusters/network-commissioning/network-commissioning.cpp Co-authored-by: Karsten Sperling <[email protected]> * resolve comments * Use IntrusiveList and other minor tweaks * fix CI --------- Co-authored-by: Karsten Sperling <[email protected]> Co-authored-by: Karsten Sperling <[email protected]>
Ref to https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/10335.
Change overview