other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRUCT KEY_PARAMS(9) | Actions and configuration | STRUCT KEY_PARAMS(9) |
NAME¶
struct_key_params - key informationSYNOPSIS¶
struct key_params { const u8 * key; const u8 * seq; int key_len; int seq_len; u32 cipher; };
MEMBERS¶
keykey material
seq
sequence counter (IV/PN) for TKIP and CCMP
keys, only used with the get_key callback, must be in little endian,
length given by seq_len.
key_len
length of key material
seq_len
length of seq.
cipher
cipher suite selector
DESCRIPTION¶
Information about a keyAUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |