mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/wireless: enable PMF by default
Alternative solution to PR #152443. This fixes authentication failures to WPA3 networks (issue #151729) by enabling protected management frames. Note: old client without 802.11w support will still fail.
This commit is contained in:
parent
d516cd9bcf
commit
2f5ced6d7c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ let
|
|||
"ctrl_interface_group=${cfg.userControlled.group}"
|
||||
"update_config=1"
|
||||
])
|
||||
++ [ "pmf=1" ]
|
||||
++ optional cfg.scanOnLowSignal ''bgscan="simple:30:-70:3600"''
|
||||
++ optional (cfg.extraConfig != "") cfg.extraConfig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue