Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly set ieee80211w = "2" even for WPA2-PSK
  • Loading branch information
gauravjuvekar committed Nov 16, 2023
1 parent a98a487 commit bca36fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
mode = "wpa2-sha256";
wpaPasswordFile = config.age.secrets."hostapd_wpa_password".path;
};
settings.ieee80211w = "2"; # Regression from https://github.com/NixOS/nixpkgs/pull/263138
};
wifi4.capabilities = [ "SHORT-GI-20" ];
};
Expand Down

0 comments on commit bca36fd

Please sign in to comment.