Searched refs:informationElement (Results 1 – 3 of 3) sorted by relevance
685 ScanResult.InformationElement informationElement = new ScanResult.InformationElement(); in generateIes() local686 informationElement.id = ScanResult.InformationElement.EID_HT_OPERATION; in generateIes()687 informationElement.idExt = 0; in generateIes()688 informationElement.bytes = new byte[]{0x11, 0x22, 0x33}; in generateIes()689 informationElements.add(informationElement); in generateIes()691 informationElement = new ScanResult.InformationElement(); in generateIes()692 informationElement.id = ScanResult.InformationElement.EID_EXTENSION_PRESENT; in generateIes()693 informationElement.idExt = ScanResult.InformationElement.EID_EXT_HE_OPERATION; in generateIes()694 informationElement.bytes = new byte[]{0x44, 0x55, 0x66}; in generateIes()695 informationElements.add(informationElement); in generateIes()
1020 InformationElement informationElement = new InformationElement();1021 informationElement.id = in.readInt();1022 informationElement.idExt = in.readInt();1023 informationElement.bytes = in.createByteArray();1024 return informationElement;
2466 XAchar * informationElement,