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