Uses of Class
org.pcap4j.packet.Dot11SupportedOperatingClassesElement
-
Packages that use Dot11SupportedOperatingClassesElement Package Description org.pcap4j.packet -
-
Uses of Dot11SupportedOperatingClassesElement in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11SupportedOperatingClassesElement Modifier and Type Field Description private Dot11SupportedOperatingClassesElementDot11ProbeRequestPacket.Builder. supportedOperatingClassesprivate Dot11SupportedOperatingClassesElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. supportedOperatingClassesMethods in org.pcap4j.packet that return Dot11SupportedOperatingClassesElement Modifier and Type Method Description Dot11SupportedOperatingClassesElementDot11SupportedOperatingClassesElement.Builder. build()Dot11SupportedOperatingClassesElementDot11ProbeRequestPacket.Dot11ProbeRequestHeader. getSupportedOperatingClasses()static Dot11SupportedOperatingClassesElementDot11SupportedOperatingClassesElement. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet with parameters of type Dot11SupportedOperatingClassesElement Modifier and Type Method Description Dot11ProbeRequestPacket.BuilderDot11ProbeRequestPacket.Builder. supportedOperatingClasses(Dot11SupportedOperatingClassesElement supportedOperatingClasses)Constructors in org.pcap4j.packet with parameters of type Dot11SupportedOperatingClassesElement Constructor Description Builder(Dot11SupportedOperatingClassesElement elem)
-