Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java289 mWifiMode = InformationElementUtil.WifiMode.determineMode(mPrimaryFreq, mMaxRate, in NetworkDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java951 public static int determineMode(int frequency, int maxRate, boolean foundVht, in determineMode() method in InformationElementUtil.WifiMode