Uses of Class
org.pcap4j.packet.namednumber.Dot11ServiceIntervalGranularity
-
Packages that use Dot11ServiceIntervalGranularity Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of Dot11ServiceIntervalGranularity in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11ServiceIntervalGranularity Modifier and Type Field Description private Dot11ServiceIntervalGranularityDot11ExtendedCapabilitiesElement.Builder. serviceIntervalGranularityprivate Dot11ServiceIntervalGranularityDot11ExtendedCapabilitiesElement. serviceIntervalGranularityMethods in org.pcap4j.packet that return Dot11ServiceIntervalGranularity Modifier and Type Method Description Dot11ServiceIntervalGranularityDot11ExtendedCapabilitiesElement. getServiceIntervalGranularity()Methods in org.pcap4j.packet with parameters of type Dot11ServiceIntervalGranularity Modifier and Type Method Description Dot11ExtendedCapabilitiesElement.BuilderDot11ExtendedCapabilitiesElement.Builder. serviceIntervalGranularity(Dot11ServiceIntervalGranularity serviceIntervalGranularity) -
Uses of Dot11ServiceIntervalGranularity in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as Dot11ServiceIntervalGranularity Modifier and Type Field Description static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_10_MS10 ms: 1static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_15_MS15 ms: 2static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_20_MS20 ms: 3static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_25_MS25 ms: 4static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_30_MS30 ms: 5static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_35_MS35 ms: 6static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_40_MS40 ms: 7static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. SIG_5_MS5 ms: 0Fields in org.pcap4j.packet.namednumber with type parameters of type Dot11ServiceIntervalGranularity Modifier and Type Field Description private static java.util.Map<java.lang.Byte,Dot11ServiceIntervalGranularity>Dot11ServiceIntervalGranularity. registryMethods in org.pcap4j.packet.namednumber that return Dot11ServiceIntervalGranularity Modifier and Type Method Description static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. getInstance(java.lang.Byte value)static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. register(Dot11ServiceIntervalGranularity number)Methods in org.pcap4j.packet.namednumber with parameters of type Dot11ServiceIntervalGranularity Modifier and Type Method Description intDot11ServiceIntervalGranularity. compareTo(Dot11ServiceIntervalGranularity o)static Dot11ServiceIntervalGranularityDot11ServiceIntervalGranularity. register(Dot11ServiceIntervalGranularity number)
-