Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h585 int n_cipher_suites; member
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/quantenna/qtnfmac/
H A Dqlink.h1095 u8 n_cipher_suites; member
/linux/net/wireless/
H A Dutil.c238 for (i = 0; i < wiphy->n_cipher_suites; i++) in cfg80211_supported_cipher_suite()
250 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.c2996 sizeof(u32) * rdev->wiphy.n_cipher_suites, in nl80211_send_wiphy()
12348 for (i = 0; i < rdev->wiphy.n_cipher_suites; i++) { in nl80211_authenticate()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1451 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c180 hw->wiphy->n_cipher_suites = ARRAY_SIZE(mld_ciphers); in iwl_mld_hw_set_security()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c2425 wl->hw->wiphy->n_cipher_suites--; in wl12xx_init_fw()
6237 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4798 wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites); in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5769 hw->wiphy->n_cipher_suites = param->n_ciphers; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c11351 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(ipw_cipher_suites); in ipw_wdev_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14655 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()