Searched defs:IE (Results 1 - 1 of 1) 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

Completed in 65 milliseconds