Home
last modified time | relevance | path

Searched defs:cfg80211_crypto_settings (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1015 struct cfg80211_crypto_settings { struct
1016 u32 wpa_versions;
1017 u32 cipher_group;
1018 int n_ciphers_pairwise;
1019 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];
1020 int n_akm_suites;
1021 u32 akm_suites[NL80211_MAX_NR_AKM_SUITES];
1022 bool control_port;
1023 __be16 control_port_ethertype;
1024 bool control_port_no_encrypt;
[all …]
/kernel/linux/linux-6.6/include/net/
Dcfg80211.h1145 struct cfg80211_crypto_settings { struct
1146 u32 wpa_versions;
1147 u32 cipher_group;
1148 int n_ciphers_pairwise;
1149 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES];
1150 int n_akm_suites;
1151 u32 akm_suites[CFG80211_MAX_NUM_AKM_SUITES];
1152 bool control_port;
1153 __be16 control_port_ethertype;
1154 bool control_port_no_encrypt;
[all …]