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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java341 return mSupplicantStaIfaceHal.stopRxFilter()
352 return mSupplicantStaIfaceHal.stopRxFilter()
363 return mSupplicantStaIfaceHal.stopRxFilter()
374 return mSupplicantStaIfaceHal.stopRxFilter()
H A DSupplicantStaIfaceHal.java1231 public boolean stopRxFilter() { method in class:SupplicantStaIfaceHal
1233 final String methodStr = "stopRxFilter";
1236 SupplicantStatus status = mISupplicantStaIface.stopRxFilter();

Completed in 41 milliseconds