Loading wifi/supplicant/1.0/vts/functional/supplicant_sta_network_hidl_test.cpp +6 −0 Original line number Original line Diff line number Diff line Loading @@ -384,6 +384,12 @@ TEST_F(SupplicantStaNetworkHidlTest, SetGetEapMethod) { * SetGetEapPhase2Method * SetGetEapPhase2Method */ */ TEST_F(SupplicantStaNetworkHidlTest, SetGetEapPhase2Method) { TEST_F(SupplicantStaNetworkHidlTest, SetGetEapPhase2Method) { ISupplicantStaNetwork::EapMethod set_eap_method = ISupplicantStaNetwork::EapMethod::PEAP; sta_network_->setEapMethod( set_eap_method, [](const SupplicantStatus& status) { EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code); }); ISupplicantStaNetwork::EapPhase2Method set_eap_phase2_method = ISupplicantStaNetwork::EapPhase2Method set_eap_phase2_method = ISupplicantStaNetwork::EapPhase2Method::NONE; ISupplicantStaNetwork::EapPhase2Method::NONE; sta_network_->setEapPhase2Method( sta_network_->setEapPhase2Method( Loading Loading
wifi/supplicant/1.0/vts/functional/supplicant_sta_network_hidl_test.cpp +6 −0 Original line number Original line Diff line number Diff line Loading @@ -384,6 +384,12 @@ TEST_F(SupplicantStaNetworkHidlTest, SetGetEapMethod) { * SetGetEapPhase2Method * SetGetEapPhase2Method */ */ TEST_F(SupplicantStaNetworkHidlTest, SetGetEapPhase2Method) { TEST_F(SupplicantStaNetworkHidlTest, SetGetEapPhase2Method) { ISupplicantStaNetwork::EapMethod set_eap_method = ISupplicantStaNetwork::EapMethod::PEAP; sta_network_->setEapMethod( set_eap_method, [](const SupplicantStatus& status) { EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code); }); ISupplicantStaNetwork::EapPhase2Method set_eap_phase2_method = ISupplicantStaNetwork::EapPhase2Method set_eap_phase2_method = ISupplicantStaNetwork::EapPhase2Method::NONE; ISupplicantStaNetwork::EapPhase2Method::NONE; sta_network_->setEapPhase2Method( sta_network_->setEapPhase2Method( Loading