Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp94 sta_network_ = createSupplicantStaNetwork(supplicant_); in SetUp()
95 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
107 sta_network_->getId( in removeNetwork()
120 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest
160 sta_network_->registerCallback( in TEST_P()
171 HIDL_INVOKE(sta_network_, getInterfaceName); in TEST_P()
181 const auto& status_and_interface_type = HIDL_INVOKE(sta_network_, getType); in TEST_P()
192 sta_network_->setSsid(ssid_, [](const SupplicantStatus& status) { in TEST_P()
195 sta_network_->getSsid( in TEST_P()
208 sta_network_->setBssid(set_bssid, [](const SupplicantStatus& status) { in TEST_P()
[all …]
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp41 sta_network_ = createSupplicantStaNetwork_1_2(); in SetUp()
42 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
49 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest
58 sta_network_->setSaePassword(password, [](const SupplicantStatus &status) { in TEST_F()
62 sta_network_->getSaePassword( in TEST_F()
75 sta_network_->setSaePasswordId( in TEST_F()
80 sta_network_->getSaePasswordId([&passwordId](const SupplicantStatus &status, in TEST_F()
94 sta_network_->setGroupMgmtCipher( in TEST_F()
99 sta_network_->getGroupMgmtCipher( in TEST_F()
113 sta_network_->setKeyMgmt_1_2(keyMgmt, [](const SupplicantStatus &status) { in TEST_F()
[all …]
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp41 sta_network_ = createSupplicantStaNetwork_1_1(); in SetUp()
42 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
49 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest
70 sta_network_->setEapEncryptedImsiIdentity( in TEST_F()
81 sta_network_->sendNetworkEapIdentityResponse_1_1( in TEST_F()