Searched refs:InformationElementUtil (Results 1 – 9 of 9) sorted by relevance
86 InformationElementUtil.parseInformationElements(emptyBytes); in parseInformationElements_withEmptyByteArray()98 InformationElementUtil.parseInformationElements(nullBytes); in parseInformationElements_withNullBytes()114 InformationElementUtil.parseInformationElements(ssidBytes); in parseInformationElements_withSingleElement()137 InformationElementUtil.parseInformationElements(ssidBytesWithPadding); in parseInformationElements_withExtraPadding()160 InformationElementUtil.parseInformationElements(twoTagsSecondInvalidBytes); in parseInformationElements_secondElementInvalidLength()180 InformationElementUtil.parseInformationElements(twoValidTagsBytes); in parseInformationElements_twoElements()207 InformationElementUtil.parseInformationElements(zeroLengthTagWithSSIDBytes); in parseInformationElements_firstElementZeroLength()237 InformationElementUtil.parseInformationElements(invalidLengthTagWithSSIDBytes); in parseInformationElements_firstElementWrongLength()266 InformationElementUtil.Capabilities capabilities = in buildCapabilities_rsnElement()267 new InformationElementUtil.Capabilities(); in buildCapabilities_rsnElement()[all …]
12 import com.android.server.wifi.util.InformationElementUtil;117 private final InformationElementUtil.ExtendedCapabilities mExtendedCapabilities;133 InformationElementUtil.BssLoad bssLoad = new InformationElementUtil.BssLoad(); in NetworkDetail()135 InformationElementUtil.Interworking interworking = in NetworkDetail()136 new InformationElementUtil.Interworking(); in NetworkDetail()138 InformationElementUtil.RoamingConsortium roamingConsortium = in NetworkDetail()139 new InformationElementUtil.RoamingConsortium(); in NetworkDetail()141 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in NetworkDetail()143 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation(); in NetworkDetail()144 InformationElementUtil.VhtOperation vhtOperation = in NetworkDetail()[all …]
73 import com.android.server.wifi.util.InformationElementUtil;482 InformationElementUtil.RoamingConsortium roamingConsortium = in findEapMethodFromNAIRealmMatchedWithCarrier()483 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in findEapMethodFromNAIRealmMatchedWithCarrier()484 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in findEapMethodFromNAIRealmMatchedWithCarrier()769 InformationElementUtil.RoamingConsortium roamingConsortium = in getAllMatchedProviders()770 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in getAllMatchedProviders()771 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()887 InformationElementUtil.Vsa vsa = in getANQPElements()888 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
44 import com.android.server.wifi.util.InformationElementUtil.RoamingConsortium;
105 import com.android.server.wifi.util.InformationElementUtil;106 import com.android.server.wifi.util.InformationElementUtil.RoamingConsortium;960 InformationElementUtil.class).startMocking(); in getAllMatchingFqdnsForScanResults()974 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingFqdnsForScanResults()978 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getAllMatchingFqdnsForScanResults()1153 InformationElementUtil.class).startMocking(); in getMatchingOsuProvidersWithMatch()1200 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getMatchingOsuProvidersWithMatch()1204 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1211 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1724 .mockStatic(InformationElementUtil.class) in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()[all …]
54 import com.android.server.wifi.util.InformationElementUtil.RoamingConsortium;
44 import com.android.server.wifi.util.InformationElementUtil;596 InformationElementUtil.parseInformationElements(result.infoElement); in getScanResults()597 InformationElementUtil.Capabilities capabilities = in getScanResults()598 new InformationElementUtil.Capabilities(); in getScanResults()
86 import com.android.server.wifi.util.InformationElementUtil;1139 case InformationElementUtil.WifiMode.MODE_UNDEFINED: in updateMetricsFromNetworkDetail()1142 case InformationElementUtil.WifiMode.MODE_11A: in updateMetricsFromNetworkDetail()1145 case InformationElementUtil.WifiMode.MODE_11B: in updateMetricsFromNetworkDetail()1148 case InformationElementUtil.WifiMode.MODE_11G: in updateMetricsFromNetworkDetail()1151 case InformationElementUtil.WifiMode.MODE_11N: in updateMetricsFromNetworkDetail()1154 case InformationElementUtil.WifiMode.MODE_11AC : in updateMetricsFromNetworkDetail()
32 public class InformationElementUtil { class