Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
key_params Struct Reference

#include <cfg80211.h>

Data Fields

u8key
 
u8seq
 
int key_len
 
int seq_len
 
u32 cipher
 

Detailed Description

struct key_params - key information

Information about a key

: key material : length of key material : cipher suite selector : sequence counter (IV/PN) for TKIP and CCMP keys, only used with the get_key() callback, must be in little endian, length given by . : length of .

Definition at line 300 of file cfg80211.h.

Field Documentation

Definition at line 305 of file cfg80211.h.

u8* key

Definition at line 301 of file cfg80211.h.

int key_len

Definition at line 303 of file cfg80211.h.

u8* seq

Definition at line 302 of file cfg80211.h.

int seq_len

Definition at line 304 of file cfg80211.h.


The documentation for this struct was generated from the following file: