Uses of Class
org.pcap4j.packet.Dot11ExtendedCapabilitiesElement
-
Packages that use Dot11ExtendedCapabilitiesElement Package Description org.pcap4j.packet -
-
Uses of Dot11ExtendedCapabilitiesElement in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11ExtendedCapabilitiesElement Modifier and Type Field Description private Dot11ExtendedCapabilitiesElementDot11ProbeRequestPacket.Builder. extendedCapabilitiesprivate Dot11ExtendedCapabilitiesElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. extendedCapabilitiesMethods in org.pcap4j.packet that return Dot11ExtendedCapabilitiesElement Modifier and Type Method Description Dot11ExtendedCapabilitiesElementDot11ExtendedCapabilitiesElement.Builder. build()Dot11ExtendedCapabilitiesElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. getExtendedCapabilities()static Dot11ExtendedCapabilitiesElementDot11ExtendedCapabilitiesElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet with parameters of type Dot11ExtendedCapabilitiesElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. extendedCapabilities(Dot11ExtendedCapabilitiesElement extendedCapabilities)Constructors in org.pcap4j.packet with parameters of type Dot11ExtendedCapabilitiesElement Constructor Description Builder(Dot11ExtendedCapabilitiesElement elem)
-