mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
iwd & NetworkManager: clarify comments, note ManagementFrameProtection=1 being necessary for my home
This commit is contained in:
parent
63a762c200
commit
5971eb9fd7
@ -8,7 +8,9 @@
|
|||||||
|
|
||||||
[device]
|
[device]
|
||||||
wifi.backend=iwd
|
wifi.backend=iwd
|
||||||
# Leave autoconnection logic and all for NetworkManager
|
# Leave autoconnection logic and all for NetworkManager. Without this I seem
|
||||||
|
# to not have fallback to other connections if the highest priority fails on
|
||||||
|
# ThinkPad T470 aka Lumina.
|
||||||
#wifi.iwd.autoconnect=true
|
#wifi.iwd.autoconnect=true
|
||||||
wifi.iwd.autoconnect=false
|
wifi.iwd.autoconnect=false
|
||||||
# vim: filetype=NetworkManager.conf
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -33,6 +33,11 @@ AddressRandomizationRange=nic
|
|||||||
# legacy networks and hardware! Switch to 1 (default) for only when supported
|
# legacy networks and hardware! Switch to 1 (default) for only when supported
|
||||||
# by both sides (downgrade attack possible?).
|
# by both sides (downgrade attack possible?).
|
||||||
ManagementFrameProtection=2
|
ManagementFrameProtection=2
|
||||||
|
# It must be 1 for Lumina (ThinkPad T470) and MikroTik Chateau 5G to accept
|
||||||
|
# each other, otherwise fallback to open guest network happens.
|
||||||
|
#ManagementFrameProtection=1
|
||||||
|
# INSECURE NEVER USING MANAGEMENT FRAME PROTECTION!
|
||||||
|
#ManagementFrameProtection=0
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
EnableIPv6=true
|
EnableIPv6=true
|
||||||
|
Loading…
Reference in New Issue
Block a user