Home
last modified time | relevance | path

Searched refs:nMSChapV2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
H A Dwifi_manager_addon.cpp116 napi_value nMSChapV2; in CreatePhase2MethodObject() local
117 …_VOID(env, napi_create_int32(env, static_cast<int32_t>(Wifi::Phase2Method::MSCHAPV2), &nMSChapV2)); in CreatePhase2MethodObject()
118 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "PHASE2_MSCHAPV2", nMSChapV2)); in CreatePhase2MethodObject()