Open nsayer opened 7 years ago
The wifi setup block supports WPA pre-shared key, but it wouldn't be hard to also support WPA Enterprise (username/password authentication).
The WPA_Supplicant network block would look like this:
network={ ssid="NETWORK_SSID" scan_ssid=1 key-mgmt=WPA-EAP identity="USERNAME" password="PASSOWRD" }
+1
The wifi setup block supports WPA pre-shared key, but it wouldn't be hard to also support WPA Enterprise (username/password authentication).
The WPA_Supplicant network block would look like this: