Searched refs:SupportedRates (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java156 InformationElementUtil.SupportedRates supportedRates =
157 new InformationElementUtil.SupportedRates();
158 InformationElementUtil.SupportedRates extendedSupportedRates =
159 new InformationElementUtil.SupportedRates();
280 // Only process the determination logic if we got a 'SupportedRates'
291 Log.w("WifiMode", mSSID + ", Invalid SupportedRates!!!");
307 + ", SupportedRates: " + supportedRates.toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java668 public static class SupportedRates { class in class:InformationElementUtil
673 public SupportedRates() { method in class:InformationElementUtil.SupportedRates

Completed in 107 milliseconds