Searched defs:cfg80211_crypto_settings (Results 1 – 1 of 1) sorted by relevance
744 struct cfg80211_crypto_settings { struct745 u32 wpa_versions;746 u32 cipher_group;747 int n_ciphers_pairwise;748 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];749 int n_akm_suites;750 u32 akm_suites[NL80211_MAX_NR_AKM_SUITES];751 bool control_port;752 __be16 control_port_ethertype;753 bool control_port_no_encrypt;[all …]