Uses of Class
org.pcap4j.packet.Dot11HTCapabilitiesElement.AMpduLength
-
Packages that use Dot11HTCapabilitiesElement.AMpduLength Package Description org.pcap4j.packet -
-
Uses of Dot11HTCapabilitiesElement.AMpduLength in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11HTCapabilitiesElement.AMpduLength Modifier and Type Field Description private Dot11HTCapabilitiesElement.AMpduLengthDot11HTCapabilitiesElement.Builder. maxAMpduLengthprivate Dot11HTCapabilitiesElement.AMpduLengthDot11HTCapabilitiesElement. maxAMpduLengthMethods in org.pcap4j.packet that return Dot11HTCapabilitiesElement.AMpduLength Modifier and Type Method Description static Dot11HTCapabilitiesElement.AMpduLengthDot11HTCapabilitiesElement.AMpduLength. getInstance(int value)Dot11HTCapabilitiesElement.AMpduLengthDot11HTCapabilitiesElement. getMaxAMpduLength()static Dot11HTCapabilitiesElement.AMpduLengthDot11HTCapabilitiesElement.AMpduLength. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Dot11HTCapabilitiesElement.AMpduLength[]Dot11HTCapabilitiesElement.AMpduLength. 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.AMpduLength Modifier and Type Method Description Dot11HTCapabilitiesElement.BuilderDot11HTCapabilitiesElement.Builder. maxAMpduLength(Dot11HTCapabilitiesElement.AMpduLength maxAMpduLength)
-