Uses of Class
org.pcap4j.packet.Dot11ChannelEntry
-
Packages that use Dot11ChannelEntry Package Description org.pcap4j.packet -
-
Uses of Dot11ChannelEntry in org.pcap4j.packet
Fields in org.pcap4j.packet with type parameters of type Dot11ChannelEntry Modifier and Type Field Description private java.util.List<Dot11ChannelEntry>Dot11ChannelUsageElement.Builder. channelEntriesprivate java.util.List<Dot11ChannelEntry>Dot11ChannelUsageElement. channelEntriesMethods in org.pcap4j.packet that return types with arguments of type Dot11ChannelEntry Modifier and Type Method Description java.util.ArrayList<Dot11ChannelEntry>Dot11ChannelUsageElement. getChannelEntries()Method parameters in org.pcap4j.packet with type arguments of type Dot11ChannelEntry Modifier and Type Method Description Dot11ChannelUsageElement.BuilderDot11ChannelUsageElement.Builder. channelEntries(java.util.List<Dot11ChannelEntry> channelEntries)
-