Lines Matching defs:cfg80211_crypto_settings
1015 struct cfg80211_crypto_settings { struct
1016 u32 wpa_versions;
1017 u32 cipher_group;
1018 int n_ciphers_pairwise;
1019 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];
1020 int n_akm_suites;
1021 u32 akm_suites[NL80211_MAX_NR_AKM_SUITES];
1022 bool control_port;
1023 __be16 control_port_ethertype;
1024 bool control_port_no_encrypt;
1025 bool control_port_over_nl80211;
1026 bool control_port_no_preauth;
1027 struct key_params *wep_keys;
1028 int wep_tx_key;
1029 const u8 *psk;
1030 const u8 *sae_pwd;
1031 u8 sae_pwd_len;