From ff752b734287fd91c0385b1006bbab5ac46ad318 Mon Sep 17 00:00:00 2001 From: "yanxiaotao@huawei.com" Date: Mon, 26 Sep 2022 16:48:37 +0800 Subject: [PATCH 1/2] add IE for EAP-TLS 0926 Signed-off-by: yanxiaotao@huawei.com --- api/@ohos.wifi.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@ohos.wifi.d.ts b/api/@ohos.wifi.d.ts index 5636e31101..aa2548f21b 100644 --- a/api/@ohos.wifi.d.ts +++ b/api/@ohos.wifi.d.ts @@ -1032,6 +1032,12 @@ declare namespace wifi { /** Client certificate alias */ clientCertAliases: string; + /** */ + cerEntry: Uint8Array; + + /** */ + certPassword: string; + /** Alternate subject match */ altSubjectMatch: string; -- Gitee From 7c70faf1ae30e5686737e88bdf32fc52b1f2b7af Mon Sep 17 00:00:00 2001 From: "yanxiaotao@huawei.com" Date: Mon, 26 Sep 2022 16:52:36 +0800 Subject: [PATCH 2/2] add IE for EAP-TLS 0926 Signed-off-by: yanxiaotao@huawei.com --- api/@ohos.wifi.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.wifi.d.ts b/api/@ohos.wifi.d.ts index aa2548f21b..983556b391 100644 --- a/api/@ohos.wifi.d.ts +++ b/api/@ohos.wifi.d.ts @@ -1032,10 +1032,10 @@ declare namespace wifi { /** Client certificate alias */ clientCertAliases: string; - /** */ + /** content of user's certificate */ cerEntry: Uint8Array; - /** */ + /** Password of user's certificate */ certPassword: string; /** Alternate subject match */ -- Gitee