@gibme/eapol
    Preparing search index...

    Type Alias RsnCapabilities

    RSN Capabilities field (2 bytes) from RSN Information Element Encodes various security features and requirements

    type RsnCapabilities = {
        extendedKeyId: boolean;
        gtksaReplayCounter: number;
        jointMultiBand: boolean;
        mfpCapable: boolean;
        mfpRequired: boolean;
        noPairwise: boolean;
        ocvcCapable: boolean;
        pbacCapable: boolean;
        peerKeyEnabled: boolean;
        preAuthentication: boolean;
        ptksaReplayCounter: number;
        reserved: boolean;
        sppAmsduCapable: boolean;
        sppAmsduRequired: boolean;
    }
    Index

    Properties

    extendedKeyId: boolean

    Extended Key ID for Individually Addressed Frames

    gtksaReplayCounter: number

    GTKSA Replay Counter field (0-3, indicates replay protection)

    jointMultiBand: boolean

    Joint Multi-band RSNA (supports multi-band roaming)

    mfpCapable: boolean

    Management Frame Protection Capable (802.11w supported)

    mfpRequired: boolean

    Management Frame Protection Required (802.11w mandatory)

    noPairwise: boolean

    No Pairwise cipher (STA only uses group cipher)

    ocvcCapable: boolean

    OCVC - Operating Channel Validation Capable

    pbacCapable: boolean

    PBAC Capable (Protected Block Ack)

    peerKeyEnabled: boolean

    PeerKey Enabled (TDLS support)

    preAuthentication: boolean

    Pre-Authentication supported (allows PMK caching before roaming)

    ptksaReplayCounter: number

    PTKSA Replay Counter field (0-3, indicates replay protection)

    reserved: boolean

    Reserved bit (should be 0)

    sppAmsduCapable: boolean

    SPP A-MSDU Capable (can receive SPP-protected A-MSDUs)

    sppAmsduRequired: boolean

    SPP A-MSDU Required (requires SPP-protected A-MSDUs)