'\" t .\" Title: ieee80211_get_tkip_p1k .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_GET_TKIP_P" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_get_tkip_p1k \- get a TKIP phase 1 key .SH "SYNOPSIS" .HP \w'void\ ieee80211_get_tkip_p1k('u .BI "void ieee80211_get_tkip_p1k(struct\ ieee80211_key_conf\ *\ " "keyconf" ", struct\ sk_buff\ *\ " "skb" ", u16\ *\ " "p1k" ");" .SH "ARGUMENTS" .PP \fIkeyconf\fR .RS 4 the parameter passed with the set key .RE .PP \fIskb\fR .RS 4 the packet to take the IV32 value from that will be encrypted with this P1K .RE .PP \fIp1k\fR .RS 4 a buffer to which the key will be written, as 5 u16 values .RE .SH "DESCRIPTION" .PP .PP This function returns the TKIP phase 1 key for the IV32 taken from the given packet\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br