Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2383 public static final long WIFI_FEATURE_LINK_LAYER_STATS = 0x10000L; // Link layer stats field in WifiManager
2554 return isFeatureSupported(WIFI_FEATURE_LINK_LAYER_STATS); in isEnhancedPowerReportingSupported()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java805 | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testStaIfaceFeatureMaskTranslation()
869 | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS in testGetSupportedFeatures()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1204 {WifiManager.WIFI_FEATURE_LINK_LAYER_STATS,
DWifiServiceImpl.java2070 if ((getSupportedFeatures() & WifiManager.WIFI_FEATURE_LINK_LAYER_STATS) == 0) { in getWifiActivityEnergyInfo()