Uses of Class
org.pcap4j.packet.Dot11FrameControl
-
Packages that use Dot11FrameControl Package Description org.pcap4j.packet -
-
Uses of Dot11FrameControl in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11FrameControl Modifier and Type Field Description private Dot11FrameControlDot11ManagementPacket.Builder. frameControlprivate Dot11FrameControlDot11ManagementPacket.Dot11ManagementHeader. frameControlMethods in org.pcap4j.packet that return Dot11FrameControl Modifier and Type Method Description Dot11FrameControlDot11FrameControl.Builder. build()Dot11FrameControlDot11ManagementPacket.Dot11ManagementHeader. getFrameControl()static Dot11FrameControlDot11FrameControl. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet with parameters of type Dot11FrameControl Modifier and Type Method Description Dot11ManagementPacket.BuilderDot11ManagementPacket.Builder. frameControl(Dot11FrameControl frameControl)Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. frameControl(Dot11FrameControl frameControl)Constructors in org.pcap4j.packet with parameters of type Dot11FrameControl Constructor Description Builder(Dot11FrameControl obj)
-