1 Star 0 Fork 2

赵云/wpa_supplicant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wpa_supplicant-defconfig-keep-CONFIG_WEP-enabled.patch 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-02-22 17:51 . OCS package init
From bcf14fa3f3075bb212a77b3e874438588314fa98 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Sun, 13 Mar 2022 18:31:56 +0100
Subject: [PATCH 2/5] defconfig: keep CONFIG_WEP enabled
We intentionally deviate from upstream here. If we disabled WEP at this
point, we'd likely break a lot of user installations.
We'd likely end up eventually phasing WEP out, but before that we need
to adjust the rest of userspace to communicate that we're doing that and
why we're doing that.
---
wpa_supplicant/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 85a50e9..07d9752 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -618,7 +618,7 @@ CONFIG_DPP2=y
# functionality needed to use WEP is available in the current wpa_supplicant
# release under this optional build parameter. This functionality is subject to
# be completely removed in a future release.
-#CONFIG_WEP=y
+CONFIG_WEP=y
# Remove all TKIP functionality
# TKIP is an old cryptographic data confidentiality algorithm that is not
--
2.35.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaoyun1215/wpa_supplicant.git
git@gitee.com:zhaoyun1215/wpa_supplicant.git
zhaoyun1215
wpa_supplicant
wpa_supplicant
master

搜索帮助