Class Dot11DsssParameterSetElement

  • All Implemented Interfaces:
    java.io.Serializable

    public final class Dot11DsssParameterSetElement
    extends Dot11InformationElement
    IEEE802.11 DSSS Parameter Set element
           1                 1               1
     +---------------+---------------+---------------+
     |  Element ID   |    Length     |Current Channel|
     +---------------+---------------+---------------+
     Element ID: 3
     
    The DSSS Parameter Set element contains information to allow channel number identification for STAs. The Information field contains a single parameter containing the dot11CurrentChannel. The length of the dot11CurrentChannel parameter is 1 octet.
    Since:
    pcap4j 1.7.0
    Author:
    Kaito Yamada
    See Also:
    IEEE802.11, Serialized Form
    • Method Detail

      • getCurrentChannel

        public byte getCurrentChannel()
        Returns:
        currentChannel
      • getCurrentChannelAsInt

        public int getCurrentChannelAsInt()
        Returns:
        currentChannel
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Parameters:
        indent - indent
        Returns:
        the string representation of this object.