Searched refs:getSupportedFeatureSet (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityHelper.java62 int fwFeatureSet = mWifiNative.getSupportedFeatureSet(mWifiNative.getClientInterfaceName());
H A DWifiNative.java2194 public int getSupportedFeatureSet(@NonNull String ifaceName) { method in class:WifiNative
2195 return mWifiVendorHal.getSupportedFeatureSet(ifaceName);
H A DWifiVendorHal.java1020 * Translation table used by getSupportedFeatureSet for translating IWifiChip caps
1052 * Translation table used by getSupportedFeatureSet for translating IWifiStaIface caps
1121 public int getSupportedFeatureSet(@NonNull String ifaceName) { method in class:WifiVendorHal
H A DWifiStateMachine.java3419 int featureSet = mWifiNative.getSupportedFeatureSet(mInterfaceName);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConnectivityHelperTest.java67 when(mWifiNative.getSupportedFeatureSet(any())).thenReturn(WIFI_FEATURE_CONTROL_ROAMING);
121 when(mWifiNative.getSupportedFeatureSet(any())).thenReturn(~WIFI_FEATURE_CONTROL_ROAMING);
H A DWifiVendorHalTest.java759 assertEquals(expectedFeatureSet, mWifiVendorHal.getSupportedFeatureSet(TEST_IFACE_NAME));

Completed in 135 milliseconds