Uses of Class
org.pcap4j.packet.Dot11SsidListElement
-
Packages that use Dot11SsidListElement Package Description org.pcap4j.packet -
-
Uses of Dot11SsidListElement in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11SsidListElement Modifier and Type Field Description private Dot11SsidListElementDot11ProbeRequestPacket.Builder. ssidListprivate Dot11SsidListElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. ssidListMethods in org.pcap4j.packet that return Dot11SsidListElement Modifier and Type Method Description Dot11SsidListElementDot11SsidListElement.Builder. build()Dot11SsidListElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. getSsidList()static Dot11SsidListElementDot11SsidListElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet with parameters of type Dot11SsidListElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. ssidList(Dot11SsidListElement ssidList)Constructors in org.pcap4j.packet with parameters of type Dot11SsidListElement Constructor Description Builder(Dot11SsidListElement elem)
-