1IEEE80211_GET_TKIP_P(9) Advanced driver interface IEEE80211_GET_TKIP_P(9)
2
3
4
6 ieee80211_get_tkip_p2k - get a TKIP phase 2 key
7
9 void ieee80211_get_tkip_p2k(struct ieee80211_key_conf * keyconf,
10 struct sk_buff * skb, u8 * p2k);
11
13 keyconf
14 the parameter passed with the set key
15
16 skb
17 the packet to take the IV32/IV16 values from that will be encrypted
18 with this key
19
20 p2k
21 a buffer to which the key will be written, 16 bytes
22
24 This function computes the TKIP RC4 key for the IV values in the
25 packet.
26
28 Johannes Berg <johannes@sipsolutions.net>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 IEEE80211_GET_TKIP_P(9)