Class Dot11SupportedOperatingClassesElement

  • All Implemented Interfaces:
    java.io.Serializable

    public final class Dot11SupportedOperatingClassesElement
    extends Dot11InformationElement
    IEEE802.11 Supported Operating Classes element
                 1                       1                       1                   1-252
     +-----------------------+-----------------------+-----------------------+-------------------
     |      Element ID       |        Length         |Current Operating Class| Operating Classes
     +-----------------------+-----------------------+-----------------------+-------------------
     Element ID: 59
     
    The Supported Operating Classes element is used by a STA to advertise the operating classes that it is capable of operating with in this country. The value of the Length field of the Supported Operating Classes element is between 2 and 253. The Current Operating Class octet indicates the operating class in use for transmission and reception. The Operating Classes field lists in ascending order all operating classes that the STA is capable of operating with in this country.
    Since:
    pcap4j 1.7.0
    Author:
    Kaito Yamada
    See Also:
    IEEE802.11, Serialized Form
    • Method Detail

      • getCurrentOperatingClass

        public byte getCurrentOperatingClass()
        Returns:
        currentOperatingClass
      • getCurrentOperatingClassAsInt

        public int getCurrentOperatingClassAsInt()
        Returns:
        currentOperatingClass
      • getOperatingClasses

        public byte[] getOperatingClasses()
        Returns:
        operatingClasses
      • 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.