Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2701 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
2704 if (configError == WpsConfigError.MSG_TIMEOUT in onWpsEventFail()
2708 mWifiMonitor.broadcastWpsFailEvent(mIfaceName, configError, errorInd); in onWpsEventFail()
2830 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
2831 mCallbackV1_0.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
2938 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
2939 mCallbackV1_1.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()