Home
last modified time | relevance | path

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

/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h122 None = 0, PAP, CHAP, PAP_OR_CHAP enumerator
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
Dmessage_parcel_utils.cpp151 case static_cast<int32_t>(Wifi::Phase2Method::PAP): in ProcessPhase2Method()
152 eapConfig.phase2Method = Wifi::Phase2Method::PAP; in ProcessPhase2Method()
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
Dwifi_manager_addon.cpp110 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(Wifi::Phase2Method::PAP), &… in CreatePhase2MethodObject()