summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-10-24 23:44:51 +1100
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-10-24 23:46:57 +1100
commit9f7335d44912c5af97e7dc01caba7c6340442f82 (patch)
tree7a6a7b08aaec21d4794de1a29aeefdf301bbf56f
parentccbea1d7f3ecdd9e0dad76c20bc8bf9097f8d082 (diff)
downloadnixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar.gz
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar.bz2
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar.lz
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar.xz
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.tar.zst
nixpkgs-9f7335d44912c5af97e7dc01caba7c6340442f82.zip
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.
-rw-r--r--nixos/modules/services/networking/hostapd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix
index ffb15446305..eb70d98357a 100644
--- a/nixos/modules/services/networking/hostapd.nix
+++ b/nixos/modules/services/networking/hostapd.nix
@@ -161,6 +161,7 @@ in {
                   mode = "wpa2-sha256";
                   wpaPassword = "a flakey password"; # Use wpaPasswordFile if possible.
                 };
+                managementFrameProtection = "optional";
               };
             };
           }