Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Dmain.c1026 static const u32 cipher_suites[] = { in ieee80211_init_cipher_suites() local
1044 local->hw.wiphy->cipher_suites) { in ieee80211_init_cipher_suites()
1056 suites = kmemdup_array(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites()
1063 u32 suite = local->hw.wiphy->cipher_suites[r]; in ieee80211_init_cipher_suites()
1074 local->hw.wiphy->cipher_suites = cipher_suites; in ieee80211_init_cipher_suites()
1075 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
1081 local->hw.wiphy->cipher_suites += 2; in ieee80211_init_cipher_suites()
1089 local->hw.wiphy->cipher_suites = suites; in ieee80211_init_cipher_suites()
1642 kfree(local->hw.wiphy->cipher_suites); in ieee80211_register_hw()
1716 kfree(local->hw.wiphy->cipher_suites); in ieee80211_free_hw()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.h288 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; member
A Dcfg80211.c1840 memcpy(wl->cipher_suites, wilc_cipher_suites, in wilc_create_wiphy()
1842 wiphy->cipher_suites = wl->cipher_suites; in wilc_create_wiphy()
/linux/drivers/net/wireless/ath/wcn36xx/
A Dmain.c1419 static const u32 cipher_suites[] = { in wcn36xx_init_ieee80211() local
1449 wcn->hw->wiphy->cipher_suites = cipher_suites; in wcn36xx_init_ieee80211()
1450 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux/drivers/net/wireless/marvell/libertas/
A Dcfg.c83 static const u32 cipher_suites[] = { variable
2175 wdev->wiphy->cipher_suites = cipher_suites; in lbs_cfg_register()
2176 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
/linux/drivers/net/wireless/ath/ath6kl/
A Dcfg80211.c1704 static const u32 cipher_suites[] = { variable
3967 wiphy->cipher_suites = cipher_suites; in ath6kl_cfg80211_init()
3968 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux/net/wireless/
A Dutil.c266 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
278 switch (wiphy->cipher_suites[i]) { in cfg80211_igtk_cipher_supported()
A Dwext-compat.c167 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
A Dnl80211.c2583 rdev->wiphy.cipher_suites)) in nl80211_send_wiphy()
10846 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_authenticate()
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcfg80211.c1152 wiphy->cipher_suites = qtnf_cipher_suites; in qtnf_wiphy_register()
/linux/drivers/net/wireless/ti/wlcore/
A Dmain.c6225 static const u32 cipher_suites[] = { in wl1271_init_ieee80211() local
6259 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211()
6260 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux/drivers/net/wireless/ath/ath12k/
A Dmac.c9058 static const u32 cipher_suites[] = { in ath12k_mac_hw_register() local
9206 wiphy->cipher_suites = cipher_suites; in ath12k_mac_hw_register()
9207 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath12k_mac_hw_register()
/linux/drivers/net/wireless/ath/ath10k/
A Dmac.c9924 static const u32 cipher_suites[] = { in ath10k_mac_register() local
10266 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register()
10273 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
/linux/drivers/net/wireless/ath/ath11k/
A Dmac.c10063 static const u32 cipher_suites[] = { in __ath11k_mac_register() local
10218 ar->hw->wiphy->cipher_suites = cipher_suites; in __ath11k_mac_register()
10219 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath11k_mac_register()
/linux/drivers/staging/rtl8723bs/os_dep/
A Dioctl_cfg80211.c2660 wiphy->cipher_suites = rtw_cipher_suites; in rtw_cfg80211_preinit_wiphy()
/linux/drivers/net/wireless/ath/wil6210/
A Dcfg80211.c2705 wiphy->cipher_suites = wil_cipher_suites; in wil_wiphy_init()
/linux/include/net/
A Dcfg80211.h5712 const u32 *cipher_suites; member
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c4799 wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/virtual/
A Dmac80211_hwsim.c5281 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac80211.c448 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c1924 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw2100_wdev_init()
A Dipw2200.c11346 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw_wdev_init()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcfg80211.c7613 wiphy->cipher_suites = brcmf_cipher_suites; in brcmf_setup_wiphy()

Completed in 852 milliseconds