1. NAME

struct_key_params - key information

2. SYNOPSIS



 
Sélectionnez
struct key_params {
  u8 * key;
  u8 * seq;
  int key_len;
  int seq_len;
  u32 cipher;
};

3. MEMBERS

key
    key 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

4. DESCRIPTION

Information about a key

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT