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