Home
last modified time | relevance | path

Searched refs:WifiEapConfig (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_msg_test.cpp48 EXPECT_TRUE(WifiEapConfig::Phase2MethodToStr(eap, method) == "auth=NONE");
50 EXPECT_TRUE(WifiEapConfig::Phase2MethodToStr(eap, method) == "auth=NONE");
52 EXPECT_TRUE(WifiEapConfig::Phase2MethodToStr(eap, method) == "autheap=GTC");
54 EXPECT_TRUE(WifiEapConfig::Phase2MethodToStr(eap, method) == "auth=SIM");
60 EXPECT_TRUE(WifiEapConfig::Phase2MethodFromStr(str) == Phase2Method::NONE);
62 EXPECT_TRUE(WifiEapConfig::Phase2MethodFromStr(str) == Phase2Method::PAP);
64 EXPECT_TRUE(WifiEapConfig::Phase2MethodFromStr(str) == Phase2Method::NONE);
66 EXPECT_TRUE(WifiEapConfig::Phase2MethodFromStr(str) == Phase2Method::PAP);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md119 | ohos.wifi | WifiEapConfig | eapSubId: number; | 新增 |
120 | ohos.wifi | WifiEapConfig | plmn: string; | 新增 |
121 | ohos.wifi | WifiEapConfig | realm: string; | 新增 |
122 | ohos.wifi | WifiEapConfig | domainSuffixMatch: string; | 新增 |
123 | ohos.wifi | WifiEapConfig | altSubjectMatch: string; | 新增 |
124 | ohos.wifi | WifiEapConfig | clientCertAliases: string; | 新增 |
125 | ohos.wifi | WifiEapConfig | caPath: string; | 新增 |
126 | ohos.wifi | WifiEapConfig | caCertAliases: string; | 新增 |
127 | ohos.wifi | WifiEapConfig | password: string; | 新增 |
129 | ohos.wifi | WifiEapConfig | identity: string; | 新增 |
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md119 | ohos.wifi | WifiEapConfig | eapSubId: number; | Added|
120 | ohos.wifi | WifiEapConfig | plmn: string; | Added|
121 | ohos.wifi | WifiEapConfig | realm: string; | Added|
122 | ohos.wifi | WifiEapConfig | domainSuffixMatch: string; | Added|
123 | ohos.wifi | WifiEapConfig | altSubjectMatch: string; | Added|
124 | ohos.wifi | WifiEapConfig | clientCertAliases: string; | Added|
125 | ohos.wifi | WifiEapConfig | caPath: string; | Added|
126 | ohos.wifi | WifiEapConfig | caCertAliases: string; | Added|
127 | ohos.wifi | WifiEapConfig | password: string; | Added|
129 | ohos.wifi | WifiEapConfig | identity: string; | Added|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_msg.cpp25 std::string WifiEapConfig::Phase2MethodToStr(const std::string& eap, const int& method) in Phase2MethodToStr()
35 Phase2Method WifiEapConfig::Phase2MethodFromStr(const std::string& str) in Phase2MethodFromStr()
53 EapMethod WifiEapConfig::Str2EapMethod(const std::string& str) in Str2EapMethod()
H A Dwifi_device_proxy.h574 void WriteEapConfig(IpcIo &req, const WifiEapConfig &wifiEapConfig);
596 void WriteEapConfig(MessageParcel &data, const WifiEapConfig &wifiEapConfig);
599 void ReadEapConfig(MessageParcel &reply, WifiEapConfig &wifiEapConfig);
600 void BigDataReadEapConfig(WifiEapConfig &wifiEapConfig, std::vector<std::string> &tokens);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/include/
H A Dwifi_manager_addon.h101 Wifi::WifiEapConfig &eapConfig, WifiPassword &pwd);
103 Wifi::WifiEapConfig &eapConfig, WifiPassword &pwd);
104 … static bool ProcessEapTlsConfig(napi_env env, napi_value object, Wifi::WifiEapConfig &eapConfig);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.h100 void ReadEapConfig(MessageParcel &data, WifiEapConfig &wifiEapConfig);
103 void WriteEapConfig(MessageParcel &reply, const WifiEapConfig &wifiEapConfig);
104 … void BigDataWriteEapConfig(const WifiEapConfig &wifiEapConfig, std::stringstream &bigDataStream);
H A Dwifi_device_stub_lite.h74 void ReadEapConfig(IpcIo *req, WifiEapConfig &wifiEapConfig);
77 void WriteEapConfig(IpcIo *reply, const WifiEapConfig &wifiEapConfig);
H A Dwifi_device_stub_lite.cpp57 void WifiDeviceStub::ReadEapConfig(IpcIo *req, WifiEapConfig &wifiEapConfig) in ReadEapConfig()
145 void WifiDeviceStub::WriteEapConfig(IpcIo *reply, const WifiEapConfig &wifiEapConfig) in WriteEapConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/
H A Dlibwifi_native.map6 "*WifiEapConfig*";
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/
H A Dlibwifi_sdk.map97 …"OHOS::Wifi::WifiEapConfig::Phase2MethodToStr(std::__h::basic_string<char, std::__h::char_traits<c…
98 …"OHOS::Wifi::WifiEapConfig::Phase2MethodFromStr(std::__h::basic_string<char, std::__h::char_traits…
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h414 class WifiEapConfig {
438 WifiEapConfig() in WifiEapConfig() function
444 ~WifiEapConfig() in ~WifiEapConfig()
656 WifiEapConfig wifiEapConfig;
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md337 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig|@ohos.wifiManager.d.ts|
597 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig|NA|@ohos.wifi.d.ts|
598 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:eapMethod|NA|@ohos.wifi.d.ts|
599 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:phase2Method|NA|@ohos.wifi.d.ts|
600 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:identity|NA|@ohos.wifi.d.ts|
602 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:password|NA|@ohos.wifi.d.ts|
603 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:caCertAliases|NA|@ohos.wifi.d.ts|
604 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:caPath|NA|@ohos.wifi.d.ts|
608 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:realm|NA|@ohos.wifi.d.ts|
609 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:plmn|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Dmessage_parcel_utils.h40 static void ProcessPhase2Method(int32_t phase2, Wifi::WifiEapConfig &eapConfig);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md354 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiEapConfig|@ohos.wifiManager.d.ts|
608 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig|NA|@ohos.wifi.d.ts|
609 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:eapMethod|NA|@ohos.wifi.d.ts|
610 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:phase2Method|NA|@ohos.wifi.d.ts|
611 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:identity|NA|@ohos.wifi.d.ts|
613 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:password|NA|@ohos.wifi.d.ts|
614 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:caCertAliases|NA|@ohos.wifi.d.ts|
615 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:caPath|NA|@ohos.wifi.d.ts|
619 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:realm|NA|@ohos.wifi.d.ts|
620 |删除|模块名: ohos.wifi<br>类名: WifiEapConfig<br>方法名 or 属性名:plmn|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h390 void UpdateEapConfig(const WifiDeviceConfig &config, WifiEapConfig &wifiEapConfig) const;
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md337 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig|@ohos.wifiManager.d.ts|
597 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig|NA|@ohos.wifi.d.ts|
598 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: eapMethod…
599 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: phase2Met…
600 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: identity|…
602 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: password|…
603 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: caCertAli…
604 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: caPath|NA…
608 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: realm|NA|…
609 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: plmn|NA|@…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md354 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig|@ohos.wifiManager.d.ts|
608 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig|NA|@ohos.wifi.d.ts|
609 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: eapMethod…
610 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: phase2Met…
611 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: identity|…
613 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: password|…
614 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: caCertAli…
615 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: caPath|NA…
619 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: realm|NA|…
620 |Deleted|Module name: ohos.wifi<br>Class name: WifiEapConfig<br>Method or attribute name: plmn|NA|@…
[all …]
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
H A Dwifi_manager_addon.cpp474 bool WifiManagerAddon::ProcessEapConfig(napi_env env, napi_value object, Wifi::WifiEapConfig &eapCo… in ProcessEapConfig()
497 bool WifiManagerAddon::ProcessEapPeapConfig(napi_env env, napi_value object, Wifi::WifiEapConfig &e… in ProcessEapPeapConfig()
526 bool WifiManagerAddon::ProcessEapTlsConfig(napi_env env, napi_value object, Wifi::WifiEapConfig &ea… in ProcessEapTlsConfig()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-communication.md405 |访问级别有变化|类名:WifiEapConfig;<br>方法or属性:interface WifiEapConfig<br>旧版本信息:systemapi|类名:WifiEapConfig;<b…
413 …eConfig;<br>方法or属性:eapConfig?: WifiEapConfig;<br>旧版本信息:systemapi|类名:WifiDeviceConfig;<br>方法or属性:ea…
599 |type有变化|类名:WifiEapConfig;<br>方法or属性:caCertAliases: string;<br>旧版本信息:|类名:WifiEapConfig;<br>方法or属性:c…
600 |type有变化|类名:WifiEapConfig;<br>方法or属性:clientCertAliases: string;<br>旧版本信息:|类名:WifiEapConfig;<br>方法or…
601 |type有变化|类名:WifiEapConfig;<br>方法or属性:eapSubId: number;<br>旧版本信息:|类名:WifiEapConfig;<br>方法or属性:eapSub…
602 …<br>方法or属性:eapConfig?: WifiEapConfig;<br>旧版本信息:|类名:WifiDeviceConfig;<br>方法or属性:eapConfig?: WifiEap…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/
H A DWIFIManager功能界面使用说明文档.md33 >| eapConfig9+ | **WifiEapConfig** | | 可扩展身份验证协议配置。 **…
59 >#### WifiEapConfig 可扩展身份验证协议配置信息
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dmessage_parcel_utils_test.cpp149 Wifi::WifiEapConfig eapConfig;
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dmessage_parcel_utils.cpp148 void MessageParcelUtils::ProcessPhase2Method(int32_t phase2, Wifi::WifiEapConfig &eapConfig) in ProcessPhase2Method()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelog-wifi.md65 | wifi | interface | export interface WifiEapConfig | API9接口变更,迁移到@ohos.wifiManager.d.ts |
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp263 EapMethod eapMethod = WifiEapConfig::Str2EapMethod(config.eapConfig.eap); in SetDeviceConfig()
273 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig()
292 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig()

12