Uses of Class
org.pcap4j.packet.Dot11HTCapabilitiesElement.AMsduLength
-
Packages that use Dot11HTCapabilitiesElement.AMsduLength Package Description org.pcap4j.packet -
-
Uses of Dot11HTCapabilitiesElement.AMsduLength in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11HTCapabilitiesElement.AMsduLength Modifier and Type Field Description private Dot11HTCapabilitiesElement.AMsduLengthDot11HTCapabilitiesElement.Builder. maxAMsduLengthprivate Dot11HTCapabilitiesElement.AMsduLengthDot11HTCapabilitiesElement. maxAMsduLengthMethods in org.pcap4j.packet that return Dot11HTCapabilitiesElement.AMsduLength Modifier and Type Method Description static Dot11HTCapabilitiesElement.AMsduLengthDot11HTCapabilitiesElement.AMsduLength. getInstance(int value)Dot11HTCapabilitiesElement.AMsduLengthDot11HTCapabilitiesElement. getMaxAMsduLength()static Dot11HTCapabilitiesElement.AMsduLengthDot11HTCapabilitiesElement.AMsduLength. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Dot11HTCapabilitiesElement.AMsduLength[]Dot11HTCapabilitiesElement.AMsduLength. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pcap4j.packet with parameters of type Dot11HTCapabilitiesElement.AMsduLength Modifier and Type Method Description Dot11HTCapabilitiesElement.BuilderDot11HTCapabilitiesElement.Builder. maxAMsduLength(Dot11HTCapabilitiesElement.AMsduLength maxAMsduLength)
-