Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wifi] remove unregister of wifi event (#190)
* Remove unregistering of wifi event as it will affect next retry connection by driver. Notes: * When driver retries, it does not enter from wifi_connect again, so wifi event will not be re-registered if un-registered in wifi_disconn_hdl. This will cause the next connection to timeout as Semaphore is unable to release
- Loading branch information