'\" t .\" Title: struct cfg80211_crypto_settings .\" 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 CFG80211_CRYP" "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_cfg80211_crypto_settings \- Crypto settings .SH "SYNOPSIS" .sp .nf struct cfg80211_crypto_settings { u32 wpa_versions; u32 cipher_group; int n_ciphers_pairwise; u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES]; int n_akm_suites; u32 akm_suites[NL80211_MAX_NR_AKM_SUITES]; bool control_port; __be16 control_port_ethertype; bool control_port_no_encrypt; }; .fi .SH "MEMBERS" .PP wpa_versions .RS 4 indicates which, if any, WPA versions are enabled (from enum nl80211_wpa_versions) .RE .PP cipher_group .RS 4 group key cipher suite (or 0 if unset) .RE .PP n_ciphers_pairwise .RS 4 number of AP supported unicast ciphers .RE .PP ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES] .RS 4 unicast key cipher suites .RE .PP n_akm_suites .RS 4 number of AKM suites .RE .PP akm_suites[NL80211_MAX_NR_AKM_SUITES] .RS 4 AKM suites .RE .PP control_port .RS 4 Whether user space controls IEEE 802\&.1X port, i\&.e\&., sets/clears \fBNL80211_STA_FLAG_AUTHORIZED\fR\&. If true, the driver is required to assume that the port is unauthorized until authorized by user space\&. Otherwise, port is marked authorized by default\&. .RE .PP control_port_ethertype .RS 4 the control port protocol that should be allowed through even on unauthorized ports .RE .PP control_port_no_encrypt .RS 4 TRUE to prevent encryption of control port protocol frames\&. .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br