Searched defs:KeyParams (Results 1 – 2 of 2) sorted by relevance
187 struct KeyParams { struct188 uint8_t *key; /**< Key content */189 …; /**< Content of a Temporal Key Integrity Protocol (TKIP) or Counter Mode Cipher Block Chaining192 int32_t keyLen; /**< Key length */193 int32_t seqLen; /**< Length of a TKIP or CCMP key */194 uint32_t cipher; /**< Cipher suite */
78 } KeyParams; typedef