Lines Matching defs:mwifiex_ds_encrypt_key
253 struct mwifiex_ds_encrypt_key { struct
254 u32 key_disable;
255 u32 key_index;
256 u32 key_len;
257 u8 key_material[WLAN_MAX_KEY_LEN];
258 u8 mac_addr[ETH_ALEN];
259 u32 is_wapi_key;
260 u8 pn[PN_LEN]; /* packet number */
261 u8 pn_len;
262 u8 is_igtk_key;
263 u8 is_current_wep_key;
264 u8 is_rx_seq_valid;
265 u8 is_igtk_def_key;