Searched refs:errorInd (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 2725 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument 2729 && errorInd == WpsErrorIndication.NO_ERROR) { in onWpsEventFail() 2732 mWifiMonitor.broadcastWpsFailEvent(mIfaceName, configError, errorInd); in onWpsEventFail() 2854 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument 2855 mCallbackV1_0.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail() 2962 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument 2963 mCallbackV1_1.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaIfaceHalTest.java | 1450 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.SECURITY_WEP_PROHIBITED; in testWpsFailureCallback() local 1452 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsFailureCallback() local 1454 eq((int) cfgError), eq((int) errorInd)); in testWpsFailureCallback() 1466 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.NO_ERROR; in testWpsTimeoutCallback() local 1468 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsTimeoutCallback() local
|