Feat/wifi mgr upgrade
Checklist
- 已修改对应的 issue的状态
- MR 的Milestones、Lable都已正确设置
- MR 的 Title、Commit message 足够的简洁且精准
- 足够的信息帮助 reviewer 理解 feature 的大致实现或者 bug 的相关细节
- Ci pipeline 已运行且通过
- 等待 merge
Release notes (Mandatory)
- add async support in scan, connect and disconnect.
- add new api wifi_mgr_sta_get_status get sta status
- Combine disconnect callback and connect callback to a callback.
- add new api force save ap info.
- add enable and disable api in wifi_mgr.
Breaking change notes
- remove
wifi_mgr_sta_add_connected_cb
,wifi_mgr_sta_remove_connected_cb
,wifi_mgr_sta_add_disconnected_cb
,wifi_mgr_sta_remove_disconnected_cb
.