1. NAME

ieee80211_get_tkip_p2k - get a TKIP phase 2 key

2. SYNOPSIS

void ieee80211_get_tkip_p2k(struct ieee80211_key_conf *  keyconf , struct sk_buff *  skb , u8 *  p2k );

3. ARGUMENTS

keyconf
    the parameter passed with the set key

skb
    the packet to take the IV32/IV16 values from that will be encrypted with this key

p2k
    a buffer to which the key will be written, 16 bytes

4. DESCRIPTION

This function computes the TKIP RC4 key for the IV values in the packet.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT