Searched defs:ieiType (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DCellularNetworkTestUtil.java41 * @param ieiType The IEI type
46 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList) throws IOException { argument
47 return formatPLMNListIEI(ieiType, plmnList, false);
54 * @param ieiType The IEI type
60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) argument
70 stream.write((byte) ieiType);

Completed in 7 milliseconds