Home
last modified time | relevance | path

Searched refs:n_cipher_suites (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.c90 .n_cipher_suites = 8,
131 .n_cipher_suites = 8,
173 .n_cipher_suites = 8,
212 .n_cipher_suites = 8,
251 .n_cipher_suites = 8,
292 .n_cipher_suites = 8,
333 .n_cipher_suites = 8,
377 .n_cipher_suites = 8,
570 .n_cipher_suites = 8,
613 .n_cipher_suites = 8,
[all …]
H A Dhw.h581 int n_cipher_suites; member
H A Dmac.c10287 if (!ar->hw_params.n_cipher_suites || in ath10k_mac_register()
10288 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
10290 ar->hw_params.n_cipher_suites); in ath10k_mac_register()
10291 ar->hw_params.n_cipher_suites = 8; in ath10k_mac_register()
10293 ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites; in ath10k_mac_register()
/linux-6.15/net/mac80211/
H A Dmain.c1057 if (!local->hw.wiphy->n_cipher_suites) in ieee80211_init_cipher_suites()
1062 local->hw.wiphy->n_cipher_suites, in ieee80211_init_cipher_suites()
1067 for (r = 0; r < local->hw.wiphy->n_cipher_suites; r++) { in ieee80211_init_cipher_suites()
1080 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
1083 local->hw.wiphy->n_cipher_suites -= 4; in ieee80211_init_cipher_suites()
1087 local->hw.wiphy->n_cipher_suites -= 2; in ieee80211_init_cipher_suites()
1095 local->hw.wiphy->n_cipher_suites = w; in ieee80211_init_cipher_suites()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c448 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mvm_ciphers); in iwl_mvm_mac_setup_register()
452 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
454 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
455 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
457 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
468 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register()
469 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
471 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
473 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
474 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
[all …]
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1095 u8 n_cipher_suites; member
H A Dcfg80211.c1153 wiphy->n_cipher_suites = ARRAY_SIZE(qtnf_cipher_suites); in qtnf_wiphy_register()
/linux-6.15/net/wireless/
H A Dutil.c265 for (i = 0; i < wiphy->n_cipher_suites; i++) in cfg80211_supported_cipher_suite()
277 for (i = 0; i < wiphy->n_cipher_suites; i++) { in cfg80211_igtk_cipher_supported()
H A Dwext-compat.c160 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) { in cfg80211_wext_giwrange()
H A Dnl80211.c2610 sizeof(u32) * rdev->wiphy.n_cipher_suites, in nl80211_send_wiphy()
10863 for (i = 0; i < rdev->wiphy.n_cipher_suites; i++) { in nl80211_authenticate()
/linux-6.15/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1450 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dcfg.c2177 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1797 wiphy->n_cipher_suites = ARRAY_SIZE(wilc_cipher_suites); in wilc_create_wiphy()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c159 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mld_ciphers); in iwl_mld_hw_set_security()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2652 wiphy->n_cipher_suites = ARRAY_SIZE(rtw_cipher_suites); in rtw_cfg80211_preinit_wiphy()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2707 wiphy->n_cipher_suites = ARRAY_SIZE(wil_cipher_suites); in wil_wiphy_init()
/linux-6.15/include/net/
H A Dcfg80211.h5774 int n_cipher_suites; member
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3969 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7624 wiphy->n_cipher_suites = ARRAY_SIZE(brcmf_cipher_suites); in brcmf_setup_wiphy()
7626 wiphy->n_cipher_suites--; in brcmf_setup_wiphy()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4800 wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites); in mwifiex_register_cfg80211()
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5323 hw->wiphy->n_cipher_suites = param->n_ciphers; in mac80211_hwsim_new_radio()
/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dmain.c6261 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1922 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(ipw_cipher_suites); in ipw2100_wdev_init()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c10274 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath11k_mac_register()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c11285 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()

12