Searched refs:IE (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiParser.java42 class IE { class in class:WifiParser
51 private static final int WPA_IE_VENDOR_TYPE = 0x0050f201; //WFA WPA vendor IE OUI/type
60 * It parses the ieee beacon's capability field, WPA and RSNE IE as per spec, but build the
67 static public String parse_akm(IE full_IE[], BitSet ieee_cap) {
82 for (IE ie : full_IE) {
118 security = "[WPA2"; //found the RSNE IE, hence start building the capability string
202 //look for HS2.0 and WPA IE
287 //private Beacon without an RSNE or WPA IE, hence WEP0
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java318 throw new IllegalArgumentException("Malformed IE string (no SSID)", e);
346 throw new IllegalArgumentException("Failed to decode SSID in dubious IE string");
619 private static final String IE = "ie=" + field in class:NetworkDetail
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp161 II = F.begin(), IE = F.end(); II != IE; ++II) {
3803 std::string message(int IE) const override {
3804 BitcodeError E = static_cast<BitcodeError>(IE);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3465 std::string message(int IE) const override {
3466 BitcodeError E = static_cast<BitcodeError>(IE);

Completed in 144 milliseconds