Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardWifiEntry.java936 final int scanResultBand; in getScanResultDescription() local
939 scanResultBand = ScanResult.WIFI_BAND_24_GHZ; in getScanResultDescription()
942 scanResultBand = ScanResult.WIFI_BAND_5_GHZ; in getScanResultDescription()
945 scanResultBand = ScanResult.WIFI_BAND_6_GHZ; in getScanResultDescription()
948 scanResultBand = ScanResult.WIFI_BAND_60_GHZ; in getScanResultDescription()
952 scanResultBand = ScanResult.UNSPECIFIED; in getScanResultDescription()
958 link.getChannel(), scanResultBand)) in getScanResultDescription()