Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert quick_configure/2 to WPA2, but add option
WPA3 support has been very problematic on some Nerves-supported hardware to the point where it causes more harm than good. This change reverts the `quick_configure/2` implementation to use WPA2 when a password is supplied. If you have hardware that does support WPA3, it's possible to use the generic WiFi configuration by updating the application environment: ``` config :vintage_net_wifi, :quick_configure, &VintageNetWiFi.Cookbook.generic/2 ``` Here's a short list of hardware support: * All Raspberry Pi's handle the generic configuration fine, but don't support WPA3. * The BeagleBones with built-in WiFi using the WiLink8 module will try to use WPA3 whenever it's available, but fail to connect. * GRiSP2 won't connect to WPA2 networks with the generic configuration even though WPA3 isn't in use at all. * The NXP 88W8987 appears to work perfectly with the generic configuration and connects to both WPA3 and WPA2 APs
- Loading branch information