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.
This adds support for creating an open access-point
Closes #60
This will enable us to implement WiFi provisioning via an open AP. Doing that in a convenient way will need a few more things which don't belong here - I plan to create a demo / example for that outside of this repository.
hostapd_setup_wpa_psk
multi_heap_malloc_impl
is_connected
should do anything useful in AP mode - currently it doesn'tIf we want to support APSTA (AP and STA at the same time) we need a larger refactoring - plus APSTA currently triggers an exception in the wifi driver. Investigating this might be a lot of effort and something for another day.