Uses of Class
org.pcap4j.packet.Dot11SsidElement
-
Packages that use Dot11SsidElement Package Description org.pcap4j.packet -
-
Uses of Dot11SsidElement in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11SsidElement Modifier and Type Field Description private Dot11SsidElementDot11ProbeRequestPacket.Builder. ssidprivate Dot11SsidElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. ssidFields in org.pcap4j.packet with type parameters of type Dot11SsidElement Modifier and Type Field Description private java.util.List<Dot11SsidElement>Dot11SsidListElement.Builder. ssidListprivate java.util.List<Dot11SsidElement>Dot11SsidListElement. ssidListMethods in org.pcap4j.packet that return Dot11SsidElement Modifier and Type Method Description Dot11SsidElementDot11SsidElement.Builder. build()Dot11SsidElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. getSsid()static Dot11SsidElementDot11SsidElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet that return types with arguments of type Dot11SsidElement Modifier and Type Method Description java.util.List<Dot11SsidElement>Dot11SsidListElement. getSsidList()Methods in org.pcap4j.packet with parameters of type Dot11SsidElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. ssid(Dot11SsidElement ssid)Method parameters in org.pcap4j.packet with type arguments of type Dot11SsidElement Modifier and Type Method Description Dot11SsidListElement.BuilderDot11SsidListElement.Builder. ssidList(java.util.List<Dot11SsidElement> ssidList)Constructors in org.pcap4j.packet with parameters of type Dot11SsidElement Constructor Description Builder(Dot11SsidElement elem)
-