Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceCallbackV1_1Impl.java133 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceCallbackV1_1Impl
134 mCallbackV10.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
H A DSupplicantStaIfaceCallbackV1_2Impl.java139 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceCallbackV1_2Impl
140 mCallbackV11.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
H A DSupplicantStaIfaceCallbackV1_4Impl.java155 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceCallbackV1_4Impl
156 mCallbackV13.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
H A DSupplicantStaIfaceCallbackV1_3Impl.java130 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceCallbackV1_3Impl
131 mCallbackV12.onWpsEventFail(bssid, configError, errorInd); in onWpsEventFail()
H A DSupplicantStaIfaceCallbackImpl.java404 public void onWpsEventFail(byte[/* 6 */] bssid, short configError, short errorInd) { in onWpsEventFail() method in SupplicantStaIfaceCallbackImpl
/aosp12/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp122 Return<void> onWpsEventFail( in onWpsEventFail() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp171 Return<void> onWpsEventFail( in onWpsEventFail() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp201 Return<void> onWpsEventFail( in onWpsEventFail() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp151 Return<void> onWpsEventFail( in onWpsEventFail() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp204 Return<void> onWpsEventFail( in onWpsEventFail() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaIfaceCallback.hal509 oneway onWpsEventFail(
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1491 mISupplicantStaIfaceCallback.onWpsEventFail( in testWpsFailureCallback()
1507 mISupplicantStaIfaceCallback.onWpsEventFail( in testWpsTimeoutCallback()