Skip to content

Support WPA2-PSK #758

Open
Open
@brentru

Description

@brentru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions