Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1913 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
1925 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
1937 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
1949 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
DSupplicantStaIfaceHal.java1954 public boolean stopRxFilter(@NonNull String ifaceName) { in stopRxFilter() method in SupplicantStaIfaceHal
1960 SupplicantStatus status = iface.stopRxFilter(); in stopRxFilter()