Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

struct_cfg80211_crypto_settings(9) [centos man page]

STRUCT 
CFG80211_CRYP(9) Actions and configuration STRUCT CFG80211_CRYP(9) NAME
struct_cfg80211_crypto_settings - Crypto settings SYNOPSIS
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; }; MEMBERS
wpa_versions indicates which, if any, WPA versions are enabled (from enum nl80211_wpa_versions) cipher_group group key cipher suite (or 0 if unset) n_ciphers_pairwise number of AP supported unicast ciphers ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES] unicast key cipher suites n_akm_suites number of AKM suites akm_suites[NL80211_MAX_NR_AKM_SUITES] AKM suites control_port Whether user space controls IEEE 802.1X port, i.e., sets/clears NL80211_STA_FLAG_AUTHORIZED. 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. control_port_ethertype the control port protocol that should be allowed through even on unauthorized ports control_port_no_encrypt TRUE to prevent encryption of control port protocol frames. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_CRYP(9)

Check Out this Related Man Page

STRUCT 
CFG80211_AP_S(9) Actions and configuration STRUCT CFG80211_AP_S(9) NAME
struct_cfg80211_ap_settings - AP configuration SYNOPSIS
struct cfg80211_ap_settings { struct cfg80211_chan_def chandef; struct cfg80211_beacon_data beacon; int beacon_interval; int dtim_period; const u8 * ssid; size_t ssid_len; enum nl80211_hidden_ssid hidden_ssid; struct cfg80211_crypto_settings crypto; bool privacy; enum nl80211_auth_type auth_type; int inactivity_timeout; u8 p2p_ctwindow; bool p2p_opp_ps; const struct cfg80211_acl_data * acl; bool radar_required; }; MEMBERS
chandef defines the channel to use beacon beacon data beacon_interval beacon interval dtim_period DTIM period ssid SSID to be used in the BSS (note: may be NULL if not provided from user space) ssid_len length of ssid hidden_ssid whether to hide the SSID in Beacon/Probe Response frames crypto crypto settings privacy the BSS uses privacy auth_type Authentication type (algorithm) inactivity_timeout time in seconds to determine station's inactivity. p2p_ctwindow P2P CT Window p2p_opp_ps P2P opportunistic PS acl ACL configuration used by the drivers which has support for MAC address based access control radar_required set if radar detection is required DESCRIPTION
Used to configure an AP interface. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_AP_S(9)
Man Page