Options
All
  • Public
  • Public/Protected
  • All
Menu

key attributes

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
cipher?: number

key cipher suite (u32, as defined by IEEE 802.11 section 7.3.2.25.1, e.g. 0x000FAC04)

data?: Buffer

(temporal) key data; for TKIP this consists of 16 bytes encryption key followed by 8 bytes each for TX and RX MIC keys

default?: true

flag indicating default key

defaultMgmt?: true

flag indicating default management key

defaultTypes?: KeyDefaultTypes

A nested attribute containing flags attributes, specifying what a key should be set as default as. See &enum nl80211_key_default_types.

idx?: number

key ID (u8, 0-3)

mode?: Buffer

the mode from enum nl80211_key_mode. Defaults to @NL80211_KEY_RX_TX.

seq?: Buffer

transmit key sequence number (IV/PN) for TKIP and CCMP keys, each six bytes in little endian

type?: KeyType | "GROUP" | "PAIRWISE" | "PEERKEY"

the key type from enum nl80211_key_type, if not specified the default depends on whether a MAC address was given with the command using the key or not (u32)

Generated using TypeDoc