Class Dot11VendorSpecificElement

  • All Implemented Interfaces:
    java.io.Serializable

    public final class Dot11VendorSpecificElement
    extends Dot11InformationElement
    IEEE802.11 Vendor Specific element
           1         1            variable          variable
     +------------+------------+------------+------------------------
     | Element ID |   Length   |Organization|Vendor-specific content
     |            |            |Identifier  |
     +------------+------------+------------+------------------------
     Element ID: 221
     
    The Vendor Specific element is used to carry information not defined in this standard within a single defined format, so that reserved element IDs are not usurped for nonstandard purposes and so that interoperability is more easily achieved in the presence of nonstandard information. The element requires that the first 3 or more octets of the Information field identify the entity that has defined the content of the particular Vendor Specific element.
    Since:
    pcap4j 1.7.0
    See Also:
    IEEE802.11, Serialized Form
    • Field Detail

      • information

        private final byte[] information
    • Constructor Detail

      • Dot11VendorSpecificElement

        private Dot11VendorSpecificElement​(byte[] rawData,
                                           int offset,
                                           int length)
                                    throws IllegalRawDataException
        Parameters:
        rawData - rawData
        offset - offset
        length - length
        Throws:
        IllegalRawDataException - if parsing the raw data fails.