@gibme/eapol
    Preparing search index...

    Type Alias KeyInfo

    Key Information field (2 bytes) from EAPOL Key Frame Bit flags indicating key properties and frame purpose

    type KeyInfo = {
        hasAck: boolean;
        hasError: boolean;
        hasInstall: boolean;
        hasMic: boolean;
        isEncrypted: boolean;
        isPairwise: boolean;
        isRequest: boolean;
        isSecure: boolean;
        isSmk: boolean;
        version: KeyVersion;
    }
    Index

    Properties

    hasAck: boolean

    Key ACK (bit 7) - message from authenticator

    hasError: boolean

    Error flag (bit 10) - error occurred

    hasInstall: boolean

    Install flag (bit 6) - indicates key should be installed

    hasMic: boolean

    Key MIC (bit 8) - MIC field is valid

    isEncrypted: boolean

    Encrypted Key Data (bit 12) - key data is encrypted

    isPairwise: boolean

    Key Type (bit 3) - true=pairwise, false=group

    isRequest: boolean

    Request flag (bit 11) - supplicant requests new key

    isSecure: boolean

    Secure flag (bit 9) - secure association established

    isSmk: boolean

    SMK Message (bit 13) - TDLS station-to-station key

    version: KeyVersion

    Key Descriptor Version (bits 0-2) - crypto algorithm