'\" t .\" Title: struct key_params .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT KEY_PARAMS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * 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" struct_key_params \- key information .SH "SYNOPSIS" .sp .nf struct key_params { const u8 * key; const u8 * seq; int key_len; int seq_len; u32 cipher; }; .fi .SH "MEMBERS" .PP key .RS 4 key material .RE .PP seq .RS 4 sequence counter (IV/PN) for TKIP and CCMP keys, only used with the \fBget_key\fR callback, must be in little endian, length given by \fIseq_len\fR\&. .RE .PP key_len .RS 4 length of key material .RE .PP seq_len .RS 4 length of \fIseq\fR\&. .RE .PP cipher .RS 4 cipher suite selector .RE .SH "DESCRIPTION" .PP .PP Information about a key .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br