1IEEE80211_GET_TKIP_P(9)    Advanced driver interface   IEEE80211_GET_TKIP_P(9)
2
3
4

NAME

6       ieee80211_get_tkip_p1k_iv - get a TKIP phase 1 key for IV32
7

SYNOPSIS

9       void ieee80211_get_tkip_p1k_iv(struct ieee80211_key_conf * keyconf,
10                                      u32 iv32, u16 * p1k);
11

ARGUMENTS

13       keyconf
14           the parameter passed with the set key
15
16       iv32
17           IV32 to get the P1K for
18
19       p1k
20           a buffer to which the key will be written, as 5 u16 values
21

DESCRIPTION

23       This function returns the TKIP phase 1 key for the given IV32.
24

AUTHOR

26       Johannes Berg <johannes@sipsolutions.net>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019           IEEE80211_GET_TKIP_P(9)
Impressum