Searched defs:lib80211_tkip_data (Results 1 – 1 of 1) sorted by relevance
42 struct lib80211_tkip_data { struct44 u8 key[TKIP_KEY_LEN];45 int key_set;47 u32 tx_iv32;48 u16 tx_iv16;49 u16 tx_ttak[5];50 int tx_phase1_done;52 u32 rx_iv32;53 u16 rx_iv16;54 u16 rx_ttak[5];[all …]