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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1289 public boolean removeRxFilter(int type) { method in class:SupplicantStaIfaceHal
1302 return removeRxFilter(halType);
1305 public boolean removeRxFilter(byte type) { method in class:SupplicantStaIfaceHal
1307 final String methodStr = "removeRxFilter";
1310 SupplicantStatus status = mISupplicantStaIface.removeRxFilter(type);
H A DWifiNative.java342 && mSupplicantStaIfaceHal.removeRxFilter(
364 && mSupplicantStaIfaceHal.removeRxFilter(

Completed in 42 milliseconds