Linux Kernel
3.7.1
|
#include <cfg80211.h>
struct cfg80211_crypto_settings - Crypto settings : indicates which, if any, WPA versions are enabled (from enum nl80211_wpa_versions) : group key cipher suite (or 0 if unset) : number of AP supported unicast ciphers : unicast key cipher suites : number of AKM suites : AKM suites : 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. : the control port protocol that should be allowed through even on unauthorized ports : TRUE to prevent encryption of control port protocol frames.
Definition at line 379 of file cfg80211.h.
u32 akm_suites[NL80211_MAX_NR_AKM_SUITES] |
Definition at line 385 of file cfg80211.h.
u32 cipher_group |
Definition at line 381 of file cfg80211.h.
u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES] |
Definition at line 383 of file cfg80211.h.
bool control_port |
Definition at line 386 of file cfg80211.h.
__be16 control_port_ethertype |
Definition at line 387 of file cfg80211.h.
bool control_port_no_encrypt |
Definition at line 388 of file cfg80211.h.
int n_akm_suites |
Definition at line 384 of file cfg80211.h.
int n_ciphers_pairwise |
Definition at line 382 of file cfg80211.h.
u32 wpa_versions |
Definition at line 380 of file cfg80211.h.