1 Star 0 Fork 2

赵云/wpa_supplicant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wpa_supplicant-defconfig-enable-WPA-EAP-SUITE-B-192-ciphers.patch 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-02-22 17:51 . OCS package init
From 3bdbf450e736ca831733fbb899e046769942c6df Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Sun, 13 Mar 2022 18:32:20 +0100
Subject: [PATCH 3/5] defconfig: enable WPA-EAP-SUITE-B-192 ciphers
This was enabled in wpa_supplicant.git in commit 6cc245db1770
('Enable WPA-EAP-SUITE-B-192 ciphers'), without further explanation.
FIXME: It needs to be either upstreamed or dropped.
---
wpa_supplicant/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 07d9752..3f73282 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -634,3 +634,6 @@ CONFIG_WEP=y
# design is still subject to change. As such, this should not yet be enabled in
# production use.
#CONFIG_PASN=y
+#
+CONFIG_SUITEB192=y
+
--
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

搜索帮助