Home
last modified time | relevance | path

Searched refs:EapMethod (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md131 | ohos.wifi | WifiEapConfig | eapMethod: EapMethod; | 新增 |
140 | ohos.wifi | EapMethod | EAP_UNAUTH_TLS | 新增 |
141 | ohos.wifi | EapMethod | EAP_AKA_PRIME | 新增 |
142 | ohos.wifi | EapMethod | EAP_AKA | 新增 |
143 | ohos.wifi | EapMethod | EAP_SIM | 新增 |
144 | ohos.wifi | EapMethod | EAP_PWD | 新增 |
145 | ohos.wifi | EapMethod | EAP_TTLS | 新增 |
146 | ohos.wifi | EapMethod | EAP_TLS | 新增 |
147 | ohos.wifi | EapMethod | EAP_PEAP | 新增 |
148 | ohos.wifi | EapMethod | EAP_NONE | 新增 |
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_msg.cpp53 EapMethod WifiEapConfig::Str2EapMethod(const std::string& str) in Str2EapMethod()
59 return EapMethod(i); in Str2EapMethod()
62 return EapMethod::EAP_NONE; in Str2EapMethod()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md131 | ohos.wifi | WifiEapConfig | eapMethod: EapMethod; | Added|
140 | ohos.wifi | EapMethod | EAP_UNAUTH_TLS | Added|
141 | ohos.wifi | EapMethod | EAP_AKA_PRIME | Added|
142 | ohos.wifi | EapMethod | EAP_AKA | Added|
143 | ohos.wifi | EapMethod | EAP_SIM | Added|
144 | ohos.wifi | EapMethod | EAP_PWD | Added|
145 | ohos.wifi | EapMethod | EAP_TTLS | Added|
146 | ohos.wifi | EapMethod | EAP_TLS | Added|
147 | ohos.wifi | EapMethod | EAP_PEAP | Added|
148 | ohos.wifi | EapMethod | EAP_NONE | Added|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
H A Dwifi_manager_addon.cpp76 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_NONE), &nNon… in CreateEapMethodObject()
79 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_PEAP), &nPea… in CreateEapMethodObject()
82 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_TLS), &nTls)… in CreateEapMethodObject()
85 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_TTLS), &nTtl… in CreateEapMethodObject()
88 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_PWD), &nPwd)… in CreateEapMethodObject()
91 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_SIM), &nSim)… in CreateEapMethodObject()
94 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_AKA), &nAka)… in CreateEapMethodObject()
97 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(EapMethod::EAP_AKA_PRIME), … in CreateEapMethodObject()
478 int32_t eapMethod = static_cast<int32_t>(EapMethod::EAP_NONE); in ProcessEapConfig()
484 case static_cast<int32_t>(EapMethod::EAP_PEAP): in ProcessEapConfig()
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-customization.md86 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod|@ohos.enterprise.wifiManager.d.ts|
87 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_NONE|@ohos.enterprise.wif…
88 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PEAP|@ohos.enterprise.wif…
89 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TLS|@ohos.enterprise.wifi…
90 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_TTLS|@ohos.enterprise.wif…
91 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_PWD|@ohos.enterprise.wifi…
92 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_SIM|@ohos.enterprise.wifi…
93 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA|@ohos.enterprise.wifi…
94 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_AKA_PRIME|@ohos.enterpris…
95 |新增|NA|模块名: ohos.enterprise.wifiManager<br>类名: EapMethod<br>方法 or 属性: EAP_UNAUTH_TLS|@ohos.enterpri…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-customization.md86 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod|@ohos.enterprise.wifiMa…
87 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
88 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
89 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
90 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
91 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
92 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
93 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
94 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
95 |Added|NA|Module name: ohos.enterprise.wifiManager<br>Class name: EapMethod<br>Method or attribute …
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-wifiManager.md211 | eapMethod | [EapMethod](#eapmethod) | 是 | AP认证方式。 |
227 ## EapMethod section
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-customization.md163 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_NONE|@ohos.enterprise.wifiManager.d.ts|
164 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_PEAP|@ohos.enterprise.wifiManager.d.ts|
165 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_TLS|@ohos.enterprise.wifiManager.d.ts|
166 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_TTLS|@ohos.enterprise.wifiManager.d.ts|
167 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_PWD|@ohos.enterprise.wifiManager.d.ts|
168 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_SIM|@ohos.enterprise.wifiManager.d.ts|
169 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA|@ohos.enterprise.wifiManager.d.ts|
170 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts|
171 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts|
180 |新增|NA|类名:WifiEapProfile;<br>方法or属性:eapMethod: EapMethod;|@ohos.enterprise.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()
267 case EapMethod::EAP_PEAP: in SetDeviceConfig()
278 case EapMethod::EAP_TLS: in SetDeviceConfig()
286 case EapMethod::EAP_TTLS: in SetDeviceConfig()
297 case EapMethod::EAP_PWD: in SetDeviceConfig()
302 case EapMethod::EAP_SIM: in SetDeviceConfig()
303 case EapMethod::EAP_AKA: in SetDeviceConfig()
304 case EapMethod::EAP_AKA_PRIME: in SetDeviceConfig()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/include/
H A Dwifi_manager_addon.h75 enum class EapMethod { enum
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md318 |新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod|@ohos.wifiManager.d.ts|
578 |删除|模块名: ohos.wifi<br>类名: EapMethod|NA|@ohos.wifi.d.ts|
579 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_NONE|NA|@ohos.wifi.d.ts|
580 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_PEAP|NA|@ohos.wifi.d.ts|
581 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_TLS|NA|@ohos.wifi.d.ts|
582 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_TTLS|NA|@ohos.wifi.d.ts|
583 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_PWD|NA|@ohos.wifi.d.ts|
584 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_SIM|NA|@ohos.wifi.d.ts|
585 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_AKA|NA|@ohos.wifi.d.ts|
586 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_AKA_PRIME|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp548 EapMethod eapMethod = WifiEapConfig::Str2EapMethod(config.eapConfig.eap); in SetDeviceConfig()
552 case EapMethod::EAP_PEAP: in SetDeviceConfig()
563 case EapMethod::EAP_TLS: in SetDeviceConfig()
571 case EapMethod::EAP_TTLS: in SetDeviceConfig()
582 case EapMethod::EAP_PWD: in SetDeviceConfig()
587 case EapMethod::EAP_SIM: in SetDeviceConfig()
588 case EapMethod::EAP_AKA: in SetDeviceConfig()
589 case EapMethod::EAP_AKA_PRIME: in SetDeviceConfig()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md335 |新增|NA|模块名: ohos.wifiManager<br>类名: EapMethod|@ohos.wifiManager.d.ts|
589 |删除|模块名: ohos.wifi<br>类名: EapMethod|NA|@ohos.wifi.d.ts|
590 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_NONE|NA|@ohos.wifi.d.ts|
591 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_PEAP|NA|@ohos.wifi.d.ts|
592 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_TLS|NA|@ohos.wifi.d.ts|
593 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_TTLS|NA|@ohos.wifi.d.ts|
594 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_PWD|NA|@ohos.wifi.d.ts|
595 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_SIM|NA|@ohos.wifi.d.ts|
596 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_AKA|NA|@ohos.wifi.d.ts|
597 |删除|模块名: ohos.wifi<br>类名: EapMethod<br>方法名 or 属性名:EAP_AKA_PRIME|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h391 enum class EapMethod { enum
469 static EapMethod Str2EapMethod(const std::string& str);
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-wifiManager.md211 | eapMethod | [EapMethod](#eapmethod) | Yes | EAP authentication method. …
227 ## EapMethod section
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-customization.md163 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_NONE|@ohos.enterprise.wifiManager…
164 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_PEAP|@ohos.enterprise.wifiManager…
165 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_TLS|@ohos.enterprise.wifiManager.…
166 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_TTLS|@ohos.enterprise.wifiManager…
167 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_PWD|@ohos.enterprise.wifiManager.…
168 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_SIM|@ohos.enterprise.wifiManager.…
169 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_AKA|@ohos.enterprise.wifiManager.…
170 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_AKA_PRIME|@ohos.enterprise.wifiMa…
171 |Added|NA|Class name: EapMethod;<br>Method or attribute name: EAP_UNAUTH_TLS|@ohos.enterprise.wifiM…
180 |Added|NA|Class name: WifiEapProfile;<br>Method or attribute name: eapMethod: EapMethod;|@ohos.ente…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md318 |Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod|@ohos.wifiManager.d.ts|
578 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod|NA|@ohos.wifi.d.ts|
579 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_NONE|NA|@…
580 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_PEAP|NA|@…
581 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_TLS|NA|@o…
582 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_TTLS|NA|@…
583 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_PWD|NA|@o…
584 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_SIM|NA|@o…
585 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA|NA|@o…
586 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA_PRIME…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md335 |Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod|@ohos.wifiManager.d.ts|
589 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod|NA|@ohos.wifi.d.ts|
590 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_NONE|NA|@…
591 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_PEAP|NA|@…
592 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_TLS|NA|@o…
593 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_TTLS|NA|@…
594 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_PWD|NA|@o…
595 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_SIM|NA|@o…
596 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA|NA|@o…
597 |Deleted|Module name: ohos.wifi<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA_PRIME…
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/
H A DWIFIManager功能界面使用说明文档.md63 >| eapMethod | **EapMethod** | 是 | 否 | EAP认证方式。 |
79 >#### EapMethod 表示EAP认证方式的枚举
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp422 std::string EapMethod = "TLS"; in AddDeviceConfigTest() local
423 config.wifiEapConfig.eap = EapMethod; in AddDeviceConfigTest()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelog-wifi.md66 | wifi | enum | export enum EapMethod | API9接口变更,迁移到@ohos.wifiManager.d.ts |
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelog-wifi.md66 | wifi | enum | export enum EapMethod | Migrated this A…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-communication.md403 |访问级别有变化|类名:EapMethod;<br>方法or属性:enum EapMethod<br>旧版本信息:systemapi|类名:EapMethod;<br>方法or属性:enum Eap…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-wifiManager.md456 | eapMethod | [EapMethod](#eapmethod10) | 是 | 否 | EAP认证方式。 |
496 ## EapMethod<sup>10+</sup>
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md734 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_NONE|@ohos.wifiManager.d.ts|
735 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_PEAP|@ohos.wifiManager.d.ts|
736 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_TLS|@ohos.wifiManager.d.ts|
737 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_TTLS|@ohos.wifiManager.d.ts|
738 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_PWD|@ohos.wifiManager.d.ts|
739 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_SIM|@ohos.wifiManager.d.ts|
740 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA|@ohos.wifiManager.d.ts|
741 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_AKA_PRIME|@ohos.wifiManager.d.ts|
742 |新增|NA|类名:EapMethod;<br>方法or属性:EAP_UNAUTH_TLS|@ohos.wifiManager.d.ts|
751 |新增|NA|类名:WifiEapConfig;<br>方法or属性:eapMethod: EapMethod;|@ohos.wifiManager.d.ts|

12