@gibme/eapol
    Preparing search index...

    Type Alias Ie

    Generic Information Element structure Format: [Element ID (1)][Length (1)][Body (variable)]

    type Ie = {
        body: Buffer;
        id: number;
    }
    Index

    Properties

    Properties

    body: Buffer

    Element body content (length specified in IE)

    id: number

    Element ID (e.g., 0x30 for RSN, 0xDD for Vendor Specific)