Searched refs:sta_network_ (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 95 sta_network_ = createSupplicantStaNetwork(supplicant_); in SetUp() 96 ASSERT_NE(sta_network_.get(), nullptr); in SetUp() 101 ISupplicantStaNetwork::castFrom(sta_network_); in SetUp() 113 sta_network_->getId( in removeNetwork() 128 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest 168 sta_network_->registerCallback( in TEST_P() 179 HIDL_INVOKE(sta_network_, getInterfaceName); in TEST_P() 189 const auto& status_and_interface_type = HIDL_INVOKE(sta_network_, getType); in TEST_P() 200 sta_network_->setSsid(ssid_, [](const SupplicantStatus& status) { in TEST_P() 203 sta_network_->getSsid( in TEST_P() [all …]
|
/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 63 sta_network_ = createSupplicantStaNetwork_1_3(supplicant_); in SetUp() 64 ASSERT_NE(sta_network_.get(), nullptr); in SetUp() 74 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest 106 sta_network_->setOcsp(testOcspType, [](const SupplicantStatus &status) { in TEST_P() 110 sta_network_->setOcsp( in TEST_P() 115 sta_network_->getOcsp( in TEST_P() 129 sta_network_->setPmkCache( in TEST_P() 141 sta_network_->setKeyMgmt_1_3(keyMgmt, [](const SupplicantStatus &status) { in TEST_P() 148 sta_network_->getKeyMgmt_1_3( in TEST_P() 159 sta_network_->setKeyMgmt_1_3(keyMgmt, [](const SupplicantStatus &status) { in TEST_P() [all …]
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 44 sta_network_ = createSupplicantStaNetwork_1_2(supplicant_); in SetUp() 45 ASSERT_NE(sta_network_.get(), nullptr); in SetUp() 50 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest 59 sta_network_->setSaePassword(password, [](const SupplicantStatus &status) { in TEST_P() 63 sta_network_->getSaePassword( in TEST_P() 76 sta_network_->setSaePasswordId( in TEST_P() 81 sta_network_->getSaePasswordId([&passwordId](const SupplicantStatus &status, in TEST_P() 95 sta_network_->setGroupMgmtCipher( in TEST_P() 100 sta_network_->getGroupMgmtCipher( in TEST_P() 114 sta_network_->setKeyMgmt_1_2(keyMgmt, [](const SupplicantStatus &status) { in TEST_P() [all …]
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 45 sta_network_ = createSupplicantStaNetwork_1_1(supplicant_); in SetUp() 46 ASSERT_NE(sta_network_.get(), nullptr); in SetUp() 51 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest 75 sta_network_->setEapEncryptedImsiIdentity( in TEST_P() 86 sta_network_->sendNetworkEapIdentityResponse_1_1( in TEST_P()
|