Lines Matching defs:mwifiex_ds_encrypt_key
241 struct mwifiex_ds_encrypt_key { struct
242 u32 key_disable;
243 u32 key_index;
244 u32 key_len;
245 u8 key_material[WLAN_MAX_KEY_LEN];
246 u8 mac_addr[ETH_ALEN];
247 u32 is_wapi_key;
248 u8 pn[PN_LEN]; /* packet number */
249 u8 pn_len;
250 u8 is_igtk_key;
251 u8 is_current_wep_key;
252 u8 is_rx_seq_valid;
253 u8 is_igtk_def_key;