Open
Description
It may be possible to do this through specifying a key_mgmt
field like the Raspberry Pi wifi_supplicant.conf
file.
key_mgmt
: Specifies the key management protocol, which is typically WPA-PSK for WPA2 networks.
network={
ssid="YourNetworkSSID"
psk="YourNetworkPassword"
key_mgmt=WPA-PSK
}
We do need to check what encryption method is used for the psk
field.