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

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java315 public static class InformationElement { class in class:ScanResult
333 public InformationElement() { method in class:ScanResult.InformationElement
336 public InformationElement(InformationElement rhs) { method in class:ScanResult.InformationElement
345 public InformationElement[] informationElements;
609 sr.informationElements = new InformationElement[n];
611 sr.informationElements[i] = new InformationElement();

Completed in 66 milliseconds