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.java2725 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() argument
2728 if (configError == WpsConfigError.MSG_TIMEOUT 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()