Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java173 InformationElementUtil.SupportedRates supportedRates = in NetworkDetail()
174 new InformationElementUtil.SupportedRates(); in NetworkDetail()
175 InformationElementUtil.SupportedRates extendedSupportedRates = in NetworkDetail()
176 new InformationElementUtil.SupportedRates(); in NetworkDetail()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java1610 public static class SupportedRates { class in InformationElementUtil
1615 public SupportedRates() { in SupportedRates() method in InformationElementUtil.SupportedRates