Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java974 iface.featureSet = getSupportedFeatureSetInternal(iface.name); in setupInterfaceForClientInConnectivityMode()
1027 iface.featureSet = getSupportedFeatureSetInternal(iface.name); in setupInterfaceForClientInScanMode()
1083 iface.featureSet = getSupportedFeatureSetInternal(iface.name); in setupInterfaceForSoftApMode()
2646 private long getSupportedFeatureSetInternal(@NonNull String ifaceName) { in getSupportedFeatureSetInternal() method in WifiNative