Class Dot11InformationElement

java.lang.Object
org.pcap4j.packet.Dot11InformationElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Dot112040BssCoexistenceElement, Dot11AbstractSupportedRatesElement, Dot11ChannelUsageElement, Dot11DsssParameterSetElement, Dot11ExtendedCapabilitiesElement, Dot11HTCapabilitiesElement, Dot11InterworkingElement, Dot11MeshIdElement, Dot11RequestElement, Dot11SsidElement, Dot11SsidListElement, Dot11SupportedOperatingClassesElement, Dot11VendorSpecificElement

public abstract class Dot11InformationElement extends Object implements Serializable
IEEE802.11 Information element
       1         1        variable
 +----------+----------+-------------
 |Element ID|  Length  | information
 +----------+----------+-------------
 
Since:
pcap4j 1.7.0
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getElementId

      public Dot11InformationElementId getElementId()
      Returns:
      the element ID
    • getLength

      public byte getLength()
      Returns:
      the value of the length field.
    • getLengthAsInt

      public int getLengthAsInt()
      Returns:
      the value of the length field.
    • length

      public abstract int length()
      Returns:
      the length
    • getRawData

      public abstract byte[] getRawData()
      Returns:
      the raw data.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object