-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize SoftAP DhcpServer object on demand #8546
Merged
Merged
Commits on Apr 19, 2022
-
Initialize SoftAP DhcpServer object on demand
Remove dependency on global ctor, and just construct the object when someone asks us to do it. Only dependency right now is netif_git, which is expected to be initialized by the lwip code some time before dhcps_start happens. Removing ip_info from begin(), since we never reference later on. Also removing the specific check for netif id and simplify the ctors. Update tests and recover old nonos-sdk dhcps functions that were not implemented.
Configuration menu - View commit details
-
Copy full SHA for 2a46b8f - Browse repository at this point
Copy the full SHA 2a46b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953cae8 - Browse repository at this point
Copy the full SHA 953cae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5a7d3 - Browse repository at this point
Copy the full SHA bb5a7d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666bab4 - Browse repository at this point
Copy the full SHA 666bab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d7cd6 - Browse repository at this point
Copy the full SHA 92d7cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42de0a - Browse repository at this point
Copy the full SHA f42de0aView commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70b89c5 - Browse repository at this point
Copy the full SHA 70b89c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea92ded - Browse repository at this point
Copy the full SHA ea92dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5fc18 - Browse repository at this point
Copy the full SHA cc5fc18View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f650e1e - Browse repository at this point
Copy the full SHA f650e1eView commit details
Commits on May 19, 2022
-
move dhcp server getter to WiFi
more... arduino'ish? we ahve object as namespace, plus everything else related to softAP is there redundant includes, redundant mock impl (out-of-scope here to fix)
Configuration menu - View commit details
-
Copy full SHA for 955c19a - Browse repository at this point
Copy the full SHA 955c19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a76b20 - Browse repository at this point
Copy the full SHA 8a76b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for a69d87a - Browse repository at this point
Copy the full SHA a69d87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d39ad4 - Browse repository at this point
Copy the full SHA 6d39ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd67da - Browse repository at this point
Copy the full SHA bfd67daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc2cb8 - Browse repository at this point
Copy the full SHA 9bc2cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ad893 - Browse repository at this point
Copy the full SHA 91ad893View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 205f769 - Browse repository at this point
Copy the full SHA 205f769View commit details -
Configuration menu - View commit details
-
Copy full SHA for efae1be - Browse repository at this point
Copy the full SHA efae1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a417a - Browse repository at this point
Copy the full SHA f5a417aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 801bc4b - Browse repository at this point
Copy the full SHA 801bc4bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.