Searched refs:errorInd (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1145 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.SECURITY_WEP_PROHIBITED;
1147 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd);
1149 eq((int) cfgError), eq((int) errorInd));
1161 short errorInd = ISupplicantStaIfaceCallback.WpsErrorIndication.NO_ERROR;
1163 NativeUtil.macAddressToByteArray(BSSID), cfgError, errorInd);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java2023 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { argument
2027 && errorInd == WpsErrorIndication.NO_ERROR) {
2030 mWifiMonitor.broadcastWpsFailEvent(mIfaceName, configError, errorInd);

Completed in 65 milliseconds