HomeSort by relevance Sort by last modified time
    Searched refs:SupportedRates (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 159 InformationElementUtil.SupportedRates supportedRates =
160 new InformationElementUtil.SupportedRates();
161 InformationElementUtil.SupportedRates extendedSupportedRates =
162 new InformationElementUtil.SupportedRates();
199 supportedRates.from(ie);
293 // Only process the determination logic if we got a 'SupportedRates'
294 if (supportedRates.isValid()) {
295 maxRateA = supportedRates.mRates.get(supportedRates.mRates.size() - 1)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 668 public static class SupportedRates {
673 public SupportedRates() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h 748 NDIS_802_11_RATES SupportedRates;
766 NDIS_802_11_RATES_EX SupportedRates;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 168 NDIS_802_11_RATES_EX SupportedRates;
    [all...]

Completed in 177 milliseconds