Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c446 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mvm_ciphers); in iwl_mvm_mac_setup_register()
450 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
452 hw->wiphy->n_cipher_suites++; in iwl_mvm_mac_setup_register()
453 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
455 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/net/mac80211/
H A Dmain.c1088 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
1091 local->hw.wiphy->n_cipher_suites -= 4; in ieee80211_init_cipher_suites()
1096 local->hw.wiphy->n_cipher_suites -= 3; in ieee80211_init_cipher_suites()
/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 Dcore.c839 if (wiphy->n_cipher_suites && !wiphy->cipher_suites) in wiphy_cipher_suites_valid()
842 for (i = 0; i < wiphy->n_cipher_suites; i++) { in wiphy_cipher_suites_valid()
H A Dutil.c238 for (i = 0; i < wiphy->n_cipher_suites; i++) in cfg80211_supported_cipher_suite()
248 for (i = 0; i < wiphy->n_cipher_suites; i++) { in cfg80211_igtk_cipher_supported()
H A Dwext-compat.c161 for (i = 0; i < wdev->wiphy->n_cipher_suites; i++) { in cfg80211_wext_giwrange()
H A Dnl80211.c3138 sizeof(u32) * rdev->wiphy.n_cipher_suites, in nl80211_send_wiphy()
12814 for (i = 0; i < rdev->wiphy.n_cipher_suites; i++) { in nl80211_authenticate()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c10321 if (!ar->hw_params.n_cipher_suites || in ath10k_mac_register()
10322 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
10324 ar->hw_params.n_cipher_suites); in ath10k_mac_register()
10325 ar->hw_params.n_cipher_suites = 8; in ath10k_mac_register()
10327 ar->hw->wiphy->n_cipher_suites = ar->hw_params.n_cipher_suites; in ath10k_mac_register()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1782 wiphy->n_cipher_suites = ARRAY_SIZE(wilc_cipher_suites); in wilc_create_wiphy()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c173 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mld_ciphers); in iwl_mld_hw_set_security()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c2436 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites) - 1; in wl12xx_init_fw()
6240 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/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/nxp/nxpwifi/
H A Dcfg80211.c3832 wiphy->n_cipher_suites = ARRAY_SIZE(nxpwifi_cipher_suites); in nxpwifi_register_cfg80211()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3975 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux/include/net/
H A Dcfg80211.h6583 int n_cipher_suites; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7698 wiphy->n_cipher_suites = ARRAY_SIZE(brcmf_cipher_suites); in brcmf_setup_wiphy()
7700 wiphy->n_cipher_suites--; in brcmf_setup_wiphy()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4797 wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites); in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c5888 hw->wiphy->n_cipher_suites = param->n_ciphers; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1921 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(ipw_cipher_suites); in ipw2100_wdev_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14975 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()