Searched defs:cfg80211_crypto_settings (Results 1 – 1 of 1) sorted by relevance
1023 struct cfg80211_crypto_settings { struct1024 u32 wpa_versions;1025 u32 cipher_group;1026 int n_ciphers_pairwise;1027 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];1028 int n_akm_suites;1029 u32 akm_suites[NL80211_MAX_NR_AKM_SUITES];1030 bool control_port;1031 __be16 control_port_ethertype;1032 bool control_port_no_encrypt;[all …]