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

#include <mac80211.h>

Data Fields

union {
   struct {
      u32   iv32
 
      u16   iv16
 
   }   tkip
 
   struct {
      u8   pn [6]
 
   }   ccmp
 
   struct {
      u8   pn [6]
 
   }   aes_cmac
 
}; 
 

Detailed Description

struct ieee80211_key_seq - key sequence counter

: TKIP data, containing IV32 and IV16 in host byte order : PN data, most significant byte first (big endian, reverse order than in packet) : PN data, most significant byte first (big endian, reverse order than in packet)

Definition at line 3156 of file mac80211.h.

Field Documentation

union { ... }
struct { ... } aes_cmac
struct { ... } ccmp
u16 iv16

Definition at line 3160 of file mac80211.h.

u32 iv32

Definition at line 3159 of file mac80211.h.

u8 pn[6]

Definition at line 3163 of file mac80211.h.

struct { ... } tkip

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