From d8740f54e1cc89bda5472eb9c582b9ff60ff30bd Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 3 Feb 2020 21:15:35 +0200 Subject: [PATCH] NetworkManager/conf.d: add iwd.conf for replacing wpa_supplicant --- etc/NetworkManager/conf.d/iwd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/NetworkManager/conf.d/iwd.conf diff --git a/etc/NetworkManager/conf.d/iwd.conf b/etc/NetworkManager/conf.d/iwd.conf new file mode 100644 index 00000000..9ebf7985 --- /dev/null +++ b/etc/NetworkManager/conf.d/iwd.conf @@ -0,0 +1,9 @@ +# iwd is replacement for wpa_supplicant by Intel + +# Important! +# systemctl disable --now wpa_supplicant +# systemctl mask wpa_supplicant +# systemctl restart NetworkManager + +[device] +wifi.backend=iwd