Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h112 struct ndis_802_11_wep { struct
113 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 */
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwlan_bssdef.h152 struct ndis_802_11_wep { struct
153 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 */