Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2701 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallback
2830 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallbackV1_1
2831 mCallbackV1_0.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
2938 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallbackV1_2
2939 mCallbackV1_1.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1451 mISupplicantStaIfaceCallback.onWpsEventFail( in testWpsFailureCallback()
1467 mISupplicantStaIfaceCallback.onWpsEventFail( in testWpsTimeoutCallback()