Home
last modified time | relevance | path

Searched refs:errorInd (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlV1_1Impl.java136 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
137 mCallbackV10.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
DSupplicantStaIfaceCallbackHidlV1_2Impl.java147 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
148 mCallbackV11.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
DSupplicantStaIfaceCallbackHidlV1_4Impl.java158 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
159 mCallbackV13.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
DSupplicantStaIfaceCallbackHidlV1_3Impl.java137 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
138 mCallbackV12.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
DSupplicantStaIfaceCallbackHidlImpl.java458 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
462 && errorInd == WpsErrorIndication.NO_ERROR) { in onWpsEventFail()
465 mWifiMonitor.broadcastWpsFailEvent(mIfaceName, configError, errorInd); in onWpsEventFail()
DSupplicantStaIfaceCallbackAidlImpl.java496 public void onWpsEventFail(byte[/* 6 */] bssid, int configError, int errorInd) { in onWpsEventFail() argument
500 && errorInd == WpsErrorIndication.NO_ERROR) { in onWpsEventFail()
503 mWifiMonitor.broadcastWpsFailEvent(mIfaceName, configError, errorInd); in onWpsEventFail()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java1551 short errorInd = WpsErrorIndication.SECURITY_WEP_PROHIBITED; in testWpsFailureCallback() local
1553 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsFailureCallback() local
1555 eq((int) cfgError), eq((int) errorInd)); in testWpsFailureCallback()
1567 short errorInd = WpsErrorIndication.NO_ERROR; in testWpsTimeoutCallback() local
1569 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsTimeoutCallback() local
DSupplicantStaIfaceHalHidlImplTest.java1811 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.SECURITY_WEP_PROHIBITED; in testWpsFailureCallback() local
1813 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsFailureCallback() local
1815 eq((int) cfgError), eq((int) errorInd)); in testWpsFailureCallback()
1827 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.NO_ERROR; in testWpsTimeoutCallback() local
1829 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsTimeoutCallback() local