fixed link format in WCI

This commit is contained in:
TristanAncelet 2021-02-09 15:02:58 -06:00
parent 36a4319809
commit 378ea9d9cb

View File

@ -20,7 +20,7 @@ This is an issue because without wpa_suppicant being the one holding the connect
## Process: ## Process:
After some searching I found [this post](1) that details how to configure NetworkManager to use iwd as the wifi backend instead of wpa_supplicant. After some searching I found [this post][1] that details how to configure NetworkManager to use iwd as the wifi backend instead of wpa_supplicant.
The steps I had to take from here were: The steps I had to take from here were:
1. Add this line of code into my NetworkManager.conf file. 1. Add this line of code into my NetworkManager.conf file.
@ -37,6 +37,7 @@ wifi.backend=iwd
After doing this I have yet to happen upon this issue again (although it has only been a few hours). After doing this I have yet to happen upon this issue again (although it has only been a few hours).
### Packages used: ### Packages used:
- [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager) - [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager)
- [wpa_supplicant](https://wiki.archlinux.org/index.php/wpa_supplicant) - [wpa_supplicant](https://wiki.archlinux.org/index.php/wpa_supplicant)