Uses of Class
org.pcap4j.packet.Dot11ChannelUsageElement
-
Packages that use Dot11ChannelUsageElement Package Description org.pcap4j.packet -
-
Uses of Dot11ChannelUsageElement in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11ChannelUsageElement Modifier and Type Field Description private Dot11ChannelUsageElementDot11ProbeRequestPacket.Builder. channelUsageprivate Dot11ChannelUsageElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. channelUsageMethods in org.pcap4j.packet that return Dot11ChannelUsageElement Modifier and Type Method Description Dot11ChannelUsageElementDot11ChannelUsageElement.Builder. build()Dot11ChannelUsageElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. getChannelUsage()static Dot11ChannelUsageElementDot11ChannelUsageElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet with parameters of type Dot11ChannelUsageElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. channelUsage(Dot11ChannelUsageElement channelUsage)Constructors in org.pcap4j.packet with parameters of type Dot11ChannelUsageElement Constructor Description Builder(Dot11ChannelUsageElement elem)
-