forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To reduce the amount of boiler-plate needed in applications, this commit grants conn_mgr the ability to automatically take ifaces that have given up on connecting into the admin-down state. Tests adjusted as appropriate. This behavior can be disabled globally by disabling NET_CONNECTION_MANAGER_AUTO_IF_DOWN, or disabled per-iface using the CONN_MGR_IF_NO_AUTO_DOWN flag. Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
- Loading branch information
1 parent
f3d75c4
commit b65613e
Showing
8 changed files
with
367 additions
and
47 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
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
Oops, something went wrong.