Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java395 HDM_CREATE_IFACE_STA, // ifaceTypeToCreate in testCacheMismatchError()
559 HDM_CREATE_IFACE_STA, in testAndTriggerRttLifecycleCallbacksRegBeforeChipConfig()
605 HDM_CREATE_IFACE_STA, in testAndTriggerRttLifecycleCallbacksMultiModeChip()
646 HDM_CREATE_IFACE_STA, in testAndTriggerRttLifecycleCallbacksMultiModeChip()
683 HDM_CREATE_IFACE_STA, in testAndTriggerRttLifecycleCallbacksSingleModeChip()
736 HDM_CREATE_IFACE_STA, in testReplaceRequestorWs()
1098 HDM_CREATE_IFACE_STA, // ifaceTypeToCreate in testDuplicateStaRequestsFromLowerPriorityAppTestChipV1()
1258 HDM_CREATE_IFACE_STA, // ifaceTypeToCreate in testIsItPossibleToCreateIfaceTestChipV1()
2813 case HDM_CREATE_IFACE_STA: in runCreateSingleXxxInterfaceNoInitMode()
2946 case HDM_CREATE_IFACE_STA: in validateInterfaceSequence()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java91 public static final int HDM_CREATE_IFACE_STA = 0; field in HalDeviceManager
102 HDM_CREATE_IFACE_STA,
111 put(HDM_CREATE_IFACE_STA, IfaceType.STA);
270 return (IWifiStaIface) createIface(HDM_CREATE_IFACE_STA, requiredChipCapabilities, in createStaIface()
2281 case HDM_CREATE_IFACE_STA: in executeChipReconfiguration()