Uses of Class
org.pcap4j.packet.Dot11VendorSpecificElement
-
Packages that use Dot11VendorSpecificElement Package Description org.pcap4j.packet -
-
Uses of Dot11VendorSpecificElement in org.pcap4j.packet
Fields in org.pcap4j.packet with type parameters of type Dot11VendorSpecificElement Modifier and Type Field Description private java.util.List<Dot11VendorSpecificElement>Dot11ProbeRequestPacket.Builder. vendorSpecificElementsprivate java.util.List<Dot11VendorSpecificElement>Dot11ProbeRequestPacket.Dot11ProbeRequestHeader. vendorSpecificElementsMethods in org.pcap4j.packet that return Dot11VendorSpecificElement Modifier and Type Method Description Dot11VendorSpecificElementDot11VendorSpecificElement.Builder. build()static Dot11VendorSpecificElementDot11VendorSpecificElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet that return types with arguments of type Dot11VendorSpecificElement Modifier and Type Method Description java.util.List<Dot11VendorSpecificElement>Dot11ProbeRequestPacket.Dot11ProbeRequestHeader. getVendorSpecificElements()Method parameters in org.pcap4j.packet with type arguments of type Dot11VendorSpecificElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. vendorSpecificElements(java.util.List<Dot11VendorSpecificElement> vendorSpecificElements)Constructors in org.pcap4j.packet with parameters of type Dot11VendorSpecificElement Constructor Description Builder(Dot11VendorSpecificElement elem)
-