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

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp82 sta_network_ = createSupplicantStaNetwork();
83 ASSERT_NE(sta_network_.get(), nullptr);
95 sta_network_->getId([&](const SupplicantStatus& status, int network_id) {
105 sp<ISupplicantStaNetwork> sta_network_; member in class:SupplicantStaNetworkHidlTest
139 sta_network_->registerCallback(
150 HIDL_INVOKE(sta_network_, getInterfaceName);
160 const auto& status_and_interface_type = HIDL_INVOKE(sta_network_, getType);
171 sta_network_->setSsid(ssid_, [](const SupplicantStatus& status) {
174 sta_network_->getSsid(
187 sta_network_
[all...]

Completed in 62 milliseconds