Home
last modified time | relevance | path

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

/linux/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,
425 .n_cipher_suites = 11,
478 .n_cipher_suites = 11,
[all …]
H A Dhw.h581 int n_cipher_suites; member
H A Dmac.c10272 if (!ar->hw_params.n_cipher_suites || in ath10k_mac_register()
10273 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
10275 ar->hw_params.n_cipher_suites); in ath10k_mac_register()
10276 ar->hw_params.n_cipher_suites = 8; in ath10k_mac_register()
10278 ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites; in ath10k_mac_register()
/linux/net/mac80211/
H A Dmain.c1052 if (!local->hw.wiphy->n_cipher_suites) in ieee80211_init_cipher_suites()
1057 local->hw.wiphy->n_cipher_suites, in ieee80211_init_cipher_suites()
1062 for (r = 0; r < local->hw.wiphy->n_cipher_suites; r++) { in ieee80211_init_cipher_suites()
1075 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
1078 local->hw.wiphy->n_cipher_suites -= 4; in ieee80211_init_cipher_suites()
1082 local->hw.wiphy->n_cipher_suites -= 2; in ieee80211_init_cipher_suites()
1090 local->hw.wiphy->n_cipher_suites = w; in ieee80211_init_cipher_suites()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c447 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mvm_ciphers); in iwl_mvm_mac_setup_register()
451 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
453 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
454 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
456 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
467 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register()
468 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
470 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
472 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
473 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
[all …]
/linux/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/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.c166 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) { in cfg80211_wext_giwrange()
H A Dnl80211.c2582 sizeof(u32) * rdev->wiphy.n_cipher_suites, in nl80211_send_wiphy()
10845 for (i = 0; i < rdev->wiphy.n_cipher_suites; i++) { in nl80211_authenticate()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1450 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c2176 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1843 wiphy->n_cipher_suites = ARRAY_SIZE(wilc_cipher_suites); in wilc_create_wiphy()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2661 wiphy->n_cipher_suites = ARRAY_SIZE(rtw_cipher_suites); in rtw_cfg80211_preinit_wiphy()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2706 wiphy->n_cipher_suites = ARRAY_SIZE(wil_cipher_suites); in wil_wiphy_init()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3968 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux/include/net/
H A Dcfg80211.h5711 int n_cipher_suites; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7614 wiphy->n_cipher_suites = ARRAY_SIZE(brcmf_cipher_suites); in brcmf_setup_wiphy()
7616 wiphy->n_cipher_suites--; in brcmf_setup_wiphy()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4800 wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites); in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c6260 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5282 hw->wiphy->n_cipher_suites = param->n_ciphers; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1925 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(ipw_cipher_suites); in ipw2100_wdev_init()
H A Dipw2200.c11347 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(ipw_cipher_suites); in ipw_wdev_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c9207 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c10219 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath11k_mac_register()