Home
last modified time | relevance | path

Searched refs:stopSendingOffloadedPacket (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.cpp595 legacy_hal_.lock()->stopSendingOffloadedPacket(ifname_, cmd_id); in stopSendingKeepAlivePacketsInternal()
H A Dwifi_legacy_hal.h552 wifi_error stopSendingOffloadedPacket(const std::string& iface_name,
H A Dwifi_legacy_hal.cpp878 wifi_error WifiLegacyHal::stopSendingOffloadedPacket( in stopSendingOffloadedPacket() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHal
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java3843 public int stopSendingOffloadedPacket(@NonNull String ifaceName, int slot) {
3844 return mWifiVendorHal.stopSendingOffloadedPacket(ifaceName, slot);
H A DWifiVendorHal.java2545 public int stopSendingOffloadedPacket(@NonNull String ifaceName, int slot) { in stopSendingOffloadedPacket() method in WifiVendorHal
H A DClientModeImpl.java1307 int ret = mWifiNative.stopSendingOffloadedPacket(mInterfaceName, slot); in stopWifiIPPacketOffload()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1753 assertTrue(0 == mWifiVendorHal.stopSendingOffloadedPacket( in testStopSendingOffloadedPacket()