Home
last modified time | relevance | path

Searched defs:ndis_802_11_wep (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h123 struct ndis_802_11_wep { struct
124 u32 Length; /* Length of this structure */
125 u32 KeyIndex; /* 0 is the per-client key,
128 u32 KeyLength; /* length of key in bytes */
129 u8 KeyMaterial[16];/* variable len depending on above field */
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h166 struct ndis_802_11_wep { struct
167 u32 Length; /* Length of this structure */
168 u32 KeyIndex; /* 0 is the per-client key, 1-N are the global keys */
169 u32 KeyLength; /* length of key in bytes */
170 u8 KeyMaterial[16];/* variable length depending on above field */