nixos/hostapd: document that legacy example should have optional MFP

Thinkpad x230, for example, is unable to connect to the legacy example
if managementFrameProtection is required.
This commit is contained in:
Tom Fitzhenry 2023-10-24 23:44:51 +11:00
parent ccbea1d7f3
commit 9f7335d449

View File

@ -161,6 +161,7 @@ in {
mode = "wpa2-sha256";
wpaPassword = "a flakey password"; # Use wpaPasswordFile if possible.
};
managementFrameProtection = "optional";
};
};
}