Home
last modified time | relevance | path

Searched refs:stopRxFilter (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java2167 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
2179 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
2191 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
2203 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
DSupplicantStaIfaceHal.java2096 public boolean stopRxFilter(@NonNull String ifaceName) { in stopRxFilter() method in SupplicantStaIfaceHal
2102 SupplicantStatus status = iface.stopRxFilter(); in stopRxFilter()