zigbee-on-host
    Preparing search index...

    Type Alias ZigbeeSecurityControl

    type ZigbeeSecurityControl = {
        keyId: ZigbeeKeyType;
        level: ZigbeeSecurityLevel;
        nonce: boolean;
        reqVerifiedFc: boolean;
    }
    Index

    Properties

    nonce: boolean
    reqVerifiedFc: boolean

    TODO: currently always false, see R23.1 4.6.3.8 R23: This bit indicates to the receiver that it SHALL only accept the message if the receiver has verified the frame counter of the corresponding apsDeviceKeyPairSet. When the bit is set, and the receiver has an unverified frame counter it SHALL drop the current received message and initiate a challenge via the ZDO Security_Challenge_req. See section 4.6.3.8 for more details.