Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi: make it possible to have a psk and an eap password simultaneously #416

Merged
merged 2 commits into from
Nov 27, 2023

Commits on Oct 31, 2023

  1. wifi: make it possible to have a psk and an eap password simultaneously

    Originally, Netplan assumes the PSK and 802-1x identity password will
    not be used simultaneously.
    
    With this change, when both passwords are used, the PSK is expected to
    be placed in "ssid".password and the identity in "ssid".auth.password.
    "ssid".auth.password can also be used by the PSK if it's the only
    password.
    
    When 802-1x is used, the PMF setting will not be emitted if the PSK is
    also present. NM will error out if both settings are used
    simultaneously.
    daniloegea committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b27143e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. nm-parse: always read the PSK into the new psk variable

    This has the side effect of always emitting the PSK in
    "accesspoint".password. Which has the side effect of always enable the
    PMF setting when PSK is used.
    daniloegea committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    108c999 View commit details
    Browse the repository at this point in the history