Searched refs:getStaIface (Results 1 – 9 of 9) sorted by relevance
738 @PropagateAllowBlocking IWifiStaIface getStaIface(in String ifname); in getStaIface() method
59 @PropagateAllowBlocking android.hardware.wifi.IWifiStaIface getStaIface(in String ifname); in getStaIface() method
485 HIDL_INVOKE(wifi_chip_, getStaIface, iface_name); in TEST_P()491 HIDL_INVOKE(wifi_chip_, getStaIface, invalid_name); in TEST_P()
684 EXPECT_TRUE(wifi_chip_->getStaIface(iface_name, &retrieved_iface).isOk()); in TEST_P()689 auto status = wifi_chip_->getStaIface(invalid_name, &invalid_iface); in TEST_P()
122 ndk::ScopedAStatus getStaIface(const std::string& in_ifname,
456 ndk::ScopedAStatus WifiChip::getStaIface(const std::string& in_ifname, in getStaIface() function in aidl::android::hardware::wifi::WifiChip
499 * retrieved using |getStaIface| method.522 getStaIface(string ifname) generates (WifiStatus status, IWifiStaIface iface);