Home
last modified time | relevance | path

Searched refs:cipher_suites (Results 1 – 21 of 21) sorted by relevance

/linux/net/mac80211/
H A Dmain.c1056 static const u32 cipher_suites[] = { in ieee80211_init_cipher_suites() local
1080 !local->hw.wiphy->cipher_suites)) in ieee80211_init_cipher_suites()
1083 if (fips_enabled || !local->hw.wiphy->cipher_suites) { in ieee80211_init_cipher_suites()
1087 local->hw.wiphy->cipher_suites = cipher_suites; in ieee80211_init_cipher_suites()
1088 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
1095 local->hw.wiphy->cipher_suites += 3; in ieee80211_init_cipher_suites()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h288 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; member
H A Dcfg80211.c1779 memcpy(wl->cipher_suites, wilc_cipher_suites, in wilc_create_wiphy()
1781 wiphy->cipher_suites = wl->cipher_suites; in wilc_create_wiphy()
/linux/net/wireless/
H A Dcore.c839 if (wiphy->n_cipher_suites && !wiphy->cipher_suites) in wiphy_cipher_suites_valid()
844 if (wiphy->cipher_suites[i] == in wiphy_cipher_suites_valid()
845 wiphy->cipher_suites[j]) in wiphy_cipher_suites_valid()
H A Dutil.c239 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
249 switch (wiphy->cipher_suites[i]) { in cfg80211_igtk_cipher_supported()
H A Dwext-compat.c162 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
H A Dnl80211.c3139 rdev->wiphy.cipher_suites)) in nl80211_send_wiphy()
12815 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_authenticate()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1714 static const u32 cipher_suites[] = { variable
3974 wiphy->cipher_suites = cipher_suites; in ath6kl_cfg80211_init()
3975 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c35 static const u32 cipher_suites[] = { variable
2436 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites) - 1; in wl12xx_init_fw()
6239 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211()
6240 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1152 wiphy->cipher_suites = qtnf_cipher_suites; in qtnf_wiphy_register()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9973 static const u32 cipher_suites[] = { in ath10k_mac_register() local
10315 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register()
10322 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c174 hw->wiphy->cipher_suites = mld_ciphers; in iwl_mld_hw_set_security()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2705 wiphy->cipher_suites = wil_cipher_suites; in wil_wiphy_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14801 static const u32 cipher_suites[] = { in ath12k_mac_hw_register() local
14974 wiphy->cipher_suites = cipher_suites; in ath12k_mac_hw_register()
14975 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3831 wiphy->cipher_suites = nxpwifi_cipher_suites; in nxpwifi_register_cfg80211()
/linux/include/net/
H A Dcfg80211.h6584 const u32 *cipher_suites; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4796 wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c447 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c5887 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1920 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw2100_wdev_init()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7697 wiphy->cipher_suites = brcmf_cipher_suites; in brcmf_setup_wiphy()