@gibme/eapol
    Preparing search index...

    Type Alias GtkKde

    GTK (Group Temporal Key) KDE Contains the group key for multicast/broadcast traffic

    type GtkKde = {
        gtk: Buffer;
        keyId: number;
        txFlag: boolean;
    }
    Index

    Properties

    Properties

    gtk: Buffer

    Group Temporal Key (typically 16 or 32 bytes depending on cipher)

    keyId: number

    Key ID (bits 0-1 of keyinfo byte) - identifies which GTK slot

    txFlag: boolean

    Tx flag (bit 2 of keyinfo byte) - this key is used for Tx by AP