Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1906 public boolean removeRxFilter(@NonNull String ifaceName, int type) { in removeRxFilter() method in SupplicantStaIfaceHal
1920 return removeRxFilter(ifaceName, halType); in removeRxFilter()
1924 private boolean removeRxFilter(@NonNull String ifaceName, byte type) { in removeRxFilter() method in SupplicantStaIfaceHal
1930 SupplicantStatus status = iface.removeRxFilter(type); in removeRxFilter()
DWifiNative.java1716 && mSupplicantStaIfaceHal.removeRxFilter( in startFilteringMulticastV4Packets()
1740 && mSupplicantStaIfaceHal.removeRxFilter( in startFilteringMulticastV6Packets()