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