Searched defs:ndis_802_11_wep (Results 1 – 1 of 1) 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 */