[openwrt/openwrt] wifi-scripts: ucode: typo fix
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 11 06:43:41 PST 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5bc82dede009520be689d9127dfeb841e3f8afaa
commit 5bc82dede009520be689d9127dfeb841e3f8afaa
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Dec 11 11:54:34 2024 +0100
wifi-scripts: ucode: typo fix
Signed-off-by: John Crispin <john at phrozen.org>
---
.../config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc b/package/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc
index 3c15d87d00..69805a4b6f 100644
--- a/package/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc
+++ b/package/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/iface.uc
@@ -101,7 +101,7 @@ export function wpa_key_mgmt(config) {
if (config.wpa >= 2 && config.ieee80211r)
append_value(config, 'wpa_key_mgmt', 'FT-EAP');
if (config.ieee80211w)
- append_value(config, 'wpa_key_mgmt', 'WPA-EAP--SHA256');
+ append_value(config, 'wpa_key_mgmt', 'WPA-EAP-SHA256');
break;
case 'eap192':
More information about the lede-commits
mailing list