Searched defs:errorInd (Results 1 – 2 of 2) sorted by relevance
/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 1466 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.NO_ERROR; in testWpsTimeoutCallback() local 1468 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd); in testWpsTimeoutCallback() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 2701 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() 2830 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() 2938 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail()
|