Searched refs:PAP (Results 1 – 3 of 3) sorted by relevance
122 None = 0, PAP, CHAP, PAP_OR_CHAP enumerator
151 case static_cast<int32_t>(Wifi::Phase2Method::PAP): in ProcessPhase2Method()152 eapConfig.phase2Method = Wifi::Phase2Method::PAP; in ProcessPhase2Method()
110 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(Wifi::Phase2Method::PAP), &… in CreatePhase2MethodObject()