Searched defs:ndis_802_11_wep (Results 1 – 2 of 2) sorted by relevance
112 struct ndis_802_11_wep { struct113 u32 length; /* Length of this structure */114 u32 key_index; /* 0 is the per-client key, 1-N are the global keys */115 u32 key_length; /* length of key in bytes */116 u8 key_material[16];/* variable length depending on above field */
152 struct ndis_802_11_wep { struct153 u32 Length; /* Length of this structure */154 u32 KeyIndex; /* 0 is the per-client key,156 u32 KeyLength; /* length of key in bytes */157 u8 KeyMaterial[16];/* variable len depending on above field */