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.java2725 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallback
2854 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallbackV1_1
2855 mCallbackV1_0.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
2962 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceHal.SupplicantStaIfaceHalCallbackV1_2
2963 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()