Searched defs:cfg80211_crypto_settings (Results 1 – 1 of 1) sorted by relevance
1244 struct cfg80211_crypto_settings { struct1245 u32 wpa_versions;1246 u32 cipher_group;1247 int n_ciphers_pairwise;1248 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];1249 int n_akm_suites;1250 u32 akm_suites[CFG80211_MAX_NUM_AKM_SUITES];1251 bool control_port;1252 __be16 control_port_ethertype;1253 bool control_port_no_encrypt;[all …]