Searched defs:ndis_802_11_key (Results 1 – 1 of 1) sorted by relevance
141 struct ndis_802_11_key { struct142 u32 Length; /* Length of this structure */143 u32 KeyIndex;144 u32 KeyLength; /* length of key in bytes */145 unsigned char BSSID[ETH_ALEN];146 unsigned long long KeyRSC;147 u8 KeyMaterial[32]; /* var len depending on above field */