Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ameba] Fix incorrect SSID problem during AddOrUpdateNetwork (#21777)
* [NetworkComissioning] memset mStagingNetwork to 0 first before doing memcpy - Adding a new SSID with a shorter len than current SSID will result in partial erase of the current SSID * [NetworkCommissioning] Change memset to assigning mStagingNetwork with empty struct to fix compile error - Clear mStagingNetwork when RemoveNetwork instead of just making len 0 * [Restyle] Fix styling
- Loading branch information