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
Add Wi-Fi Network Management Cluster and use correct NIM device type id (#33519)
* Add Wi-Fi Network Management Cluster and use correct NIM device type id
* zap_regen_all
* Change minimal CI job to build network-manager-app
* Keep the minimal all-clusters-app build since it's required for merge
* Cluster ID should be 0x0451
* zap_regen_all
* Address review comments and other small tweaks
- Factor out HaveNetworkCredentials() helper and use it consistently
- Validate WPA credential in SetNetworkCredentials()
- Don't emit an SSID change when only the passphrase changes
- Use CHIPSafeCasts
- Avoid std::bind (and we can't use std::bind_front yet)
- Add a destructor that unregisters handlers
* Address review comments
- Rename Server -> WiFiNetworkManagementServer and move it up a namespace.
- Move internal definitions into an anonymous namespace.
0 commit comments