Searched refs:cipher_suites (Results 1 - 24 of 24) sorted by relevance

/linux-master/net/mac80211/
H A Dmain.c1016 static const u32 cipher_suites[] = { local
1034 local->hw.wiphy->cipher_suites) {
1046 suites = kmemdup(local->hw.wiphy->cipher_suites,
1053 u32 suite = local->hw.wiphy->cipher_suites[r];
1064 local->hw.wiphy->cipher_suites = cipher_suites;
1065 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
1071 local->hw.wiphy->cipher_suites += 2;
1079 local->hw.wiphy->cipher_suites = suites;
1623 kfree(local->hw.wiphy->cipher_suites);
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h281 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; member in struct:wilc
H A Dcfg80211.c1869 memcpy(wl->cipher_suites, wilc_cipher_suites,
1871 wiphy->cipher_suites = wl->cipher_suites;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c83 static const u32 cipher_suites[] = { variable
2175 wdev->wiphy->cipher_suites = cipher_suites;
2176 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1419 static const u32 cipher_suites[] = { local
1449 wcn->hw->wiphy->cipher_suites = cipher_suites;
1450 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/drivers/staging/wlan-ng/
H A Dcfg80211.c704 wiphy->cipher_suites = prism2_cipher_suites;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1704 static const u32 cipher_suites[] = { variable
3967 wiphy->cipher_suites = cipher_suites;
3968 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/net/wireless/
H A Dutil.c266 if (cipher == wiphy->cipher_suites[i])
278 switch (wiphy->cipher_suites[i]) {
H A Dwext-compat.c167 switch (wdev->wiphy->cipher_suites[i]) {
H A Dnl80211.c2484 rdev->wiphy.cipher_suites))
10655 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) {
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1152 wiphy->cipher_suites = qtnf_cipher_suites;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c7959 static const u32 cipher_suites[] = { local
8064 wiphy->cipher_suites = cipher_suites;
8065 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c6143 static const u32 cipher_suites[] = { local
6177 wl->hw->wiphy->cipher_suites = cipher_suites;
6178 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c9923 static const u32 cipher_suites[] = { local
10265 ar->hw->wiphy->cipher_suites = cipher_suites;
10272 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) {
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2679 wiphy->cipher_suites = rtw_cipher_suites;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c10006 static const u32 cipher_suites[] = { local
10160 ar->hw->wiphy->cipher_suites = cipher_suites;
10161 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2708 wiphy->cipher_suites = wil_cipher_suites;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4384 wiphy->cipher_suites = mwifiex_cipher_suites;
/linux-master/include/net/
H A Dcfg80211.h5410 * @cipher_suites: supported cipher suites
5658 const u32 *cipher_suites; member in struct:wiphy
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c443 hw->wiphy->cipher_suites = mvm->ciphers;
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1924 wdev->wiphy->cipher_suites = ipw_cipher_suites;
H A Dipw2200.c11346 wdev->wiphy->cipher_suites = ipw_cipher_suites;
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5249 hw->wiphy->cipher_suites = data->ciphers;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7606 wiphy->cipher_suites = brcmf_cipher_suites;

Completed in 527 milliseconds