Home
last modified time | relevance | path

Searched defs:bandList (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DDppManagerTest.java837 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnChannelMatch() local
851 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkErrCodeIsUpdatedOnChannelMismatch() local
863 int[] bandList = new int[]{81, 83, 84, 115}; in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnSdkLevelLessThanS() local
877 int[] bandList = new int[]{81, 83, 84, 115}; in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnTargetSdkLessThanS() local
888 int[] bandList = new int[]{81, 83, 84}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnInvalidScannedChannelList() local
898 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackCannotFindNetwork() local
911 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackEnrolleeAuthentication() local
977 int[] bandList, int appFailure) throws Exception { in testOnFailureCallback()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceCallbackV1_3Impl.java199 ArrayList<Short> bandList) { in onDppFailure_1_3()
H A DSupplicantStaIfaceCallbackV1_4Impl.java208 ArrayList<Short> bandList) { in onDppFailure_1_3()
H A DDppManager.java810 private void onFailure(int dppStatusCode, String ssid, String channelList, int[] bandList) { in onFailure()
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp299 const hidl_vec<uint16_t>& bandList __attribute__((unused))) override { in onDppFailure_1_3()