-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mbed] Fix WiFi provisioning (#11982)
* Increase session establishment timeout to 40s * Update mbed-os-posix-socket lib Improve get default network interface * Fix condition in GetPrimaryWiFiMACAddress
- Loading branch information
Showing
4 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule repo
updated
5 files
+2 −0 | net/include/net_common.h | |
+1 −1 | net/src/BSDSocket.cpp | |
+7 −0 | net/src/net_common.cpp | |
+1 −1 | net/src/net_dns.cpp | |
+3 −3 | net/src/net_if.cpp |