Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DCapabilities.java33 public int maxTotalMatchFilterLen; field in Capabilities
79 + maxMatchFilterLen + ", maxTotalMatchFilterLen=" + maxTotalMatchFilterLen in toString()
H A DWifiAwareNativeCallback.java223 frameworkCapabilities.maxTotalMatchFilterLen = capabilities.maxTotalMatchFilterLen; in toFrameworkCapability10()
H A DWifiAwareStateManager.java325 j.put("maxTotalMatchFilterLen", mCapabilities.maxTotalMatchFilterLen); in onCommand()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareServiceImplTest.java663 cap.maxTotalMatchFilterLen = 255; in testCapabilityTranslation()
755 cap.maxTotalMatchFilterLen = 255; in getCharacteristics()
H A DWifiAwareStateManagerTest.java4072 cap.maxTotalMatchFilterLen = 255; in getCapabilities()
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp511 EXPECT_GT(capabilities.maxTotalMatchFilterLen, (unsigned int)255); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp606 EXPECT_GT(capabilities_1_5.V1_0.maxTotalMatchFilterLen, (unsigned int)255); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2293 hidl_response->V1_0.maxTotalMatchFilterLen = in convertLegacyNanCapabilitiesResponseToHidl()
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal1344 uint32_t maxTotalMatchFilterLen;