Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp105 sta_network_->getId( in removeNetwork()
197 sta_network_->getSsid( in TEST_P()
232 sta_network_->getKeyMgmt( in TEST_P()
262 sta_network_->getAuthAlg( in TEST_P()
373 sta_network_->setScanSsid( in TEST_P()
377 sta_network_->getScanSsid( in TEST_P()
403 sta_network_->setIdStr( in TEST_P()
407 sta_network_->getIdStr( in TEST_P()
420 sta_network_->setEapMethod( in TEST_P()
424 sta_network_->getEapMethod( in TEST_P()
[all …]
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp91 sta_network_->setOcsp( in TEST_P()
96 sta_network_->getOcsp( in TEST_P()
110 sta_network_->setPmkCache( in TEST_P()
129 sta_network_->getKeyMgmt_1_3( in TEST_P()
147 sta_network_->getKeyMgmt_1_3( in TEST_P()
186 sta_network_->setGroupCipher_1_3( in TEST_P()
194 sta_network_->getGroupCipher_1_3( in TEST_P()
292 sta_network_->setPskPassphrase( in TEST_P()
297 sta_network_->getPskPassphrase( in TEST_P()
303 sta_network_->setPskPassphrase( in TEST_P()
[all …]
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp45 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
50 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest
63 sta_network_->getSaePassword( in TEST_P()
76 sta_network_->setSaePasswordId( in TEST_P()
95 sta_network_->setGroupMgmtCipher( in TEST_P()
100 sta_network_->getGroupMgmtCipher( in TEST_P()
123 sta_network_->getKeyMgmt_1_2( in TEST_P()
142 sta_network_->setGroupCipher_1_2( in TEST_P()
152 sta_network_->getGroupCipher_1_2( in TEST_P()
172 sta_network_->setPairwiseCipher_1_2( in TEST_P()
[all …]
/aosp12/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp44 sta_network_ = createSupplicantStaNetwork_1_1(supplicant_); in SetUp()
45 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
50 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest
74 sta_network_->setEapEncryptedImsiIdentity( in TEST_P()
85 sta_network_->sendNetworkEapIdentityResponse_1_1( in TEST_P()
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp60 sta_network_ = createSupplicantStaNetwork(supplicant_); in SetUp()
61 ASSERT_NE(sta_network_.get(), nullptr); in SetUp()
66 ISupplicantStaNetwork::castFrom(sta_network_); in SetUp()
75 sp<ISupplicantStaNetwork> sta_network_; member in SupplicantStaNetworkHidlTest