Searched defs:cfg80211_crypto_settings (Results 1 – 1 of 1) sorted by relevance
851 struct cfg80211_crypto_settings { struct852 u32 wpa_versions;853 u32 cipher_group;854 int n_ciphers_pairwise;855 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];856 int n_akm_suites;857 u32 akm_suites[NL80211_MAX_NR_AKM_SUITES];858 bool control_port;859 __be16 control_port_ethertype;860 bool control_port_no_encrypt;[all …]