/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | cfg.c | 75 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_WEP40; in orinoco_wiphy_register() 79 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_WEP104; in orinoco_wiphy_register() 84 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_TKIP; in orinoco_wiphy_register() 87 wiphy->cipher_suites = priv->cipher_suites; in orinoco_wiphy_register()
|
H A D | orinoco.h | 68 u32 cipher_suites[3]; member
|
/openbmc/linux/net/mac80211/ |
H A D | main.c | 892 static const u32 cipher_suites[] = { in ieee80211_init_cipher_suites() local 910 local->hw.wiphy->cipher_suites) { in ieee80211_init_cipher_suites() 922 suites = kmemdup(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites() 929 u32 suite = local->hw.wiphy->cipher_suites[r]; in ieee80211_init_cipher_suites() 940 local->hw.wiphy->cipher_suites = cipher_suites; in ieee80211_init_cipher_suites() 941 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites() 947 local->hw.wiphy->cipher_suites += 2; in ieee80211_init_cipher_suites() 955 local->hw.wiphy->cipher_suites = suites; in ieee80211_init_cipher_suites() 1481 kfree(local->hw.wiphy->cipher_suites); in ieee80211_register_hw() 1554 kfree(local->hw.wiphy->cipher_suites); in ieee80211_free_hw()
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.h | 273 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; member
|
H A D | cfg80211.c | 1875 memcpy(wl->cipher_suites, wilc_cipher_suites, in wilc_create_wiphy() 1877 wiphy->cipher_suites = wl->cipher_suites; in wilc_create_wiphy()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 1415 static const u32 cipher_suites[] = { in wcn36xx_init_ieee80211() local 1445 wcn->hw->wiphy->cipher_suites = cipher_suites; in wcn36xx_init_ieee80211() 1446 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 83 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()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 704 wiphy->cipher_suites = prism2_cipher_suites; in wlan_create_wiphy()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | rndis_wlan.c | 427 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)]; member 3472 memcpy(priv->cipher_suites, rndis_cipher_suites, in rndis_wlan_bind() 3474 wiphy->cipher_suites = priv->cipher_suites; in rndis_wlan_bind()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 1704 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()
|
/openbmc/linux/net/wireless/ |
H A D | util.c | 272 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite() 284 switch (wiphy->cipher_suites[i]) { in cfg80211_igtk_cipher_supported()
|
H A D | wext-compat.c | 167 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1152 wiphy->cipher_suites = qtnf_cipher_suites; in qtnf_wiphy_register()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 6143 static const u32 cipher_suites[] = { in wl1271_init_ieee80211() local 6177 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211() 6178 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 7219 static const u32 cipher_suites[] = { in __ath12k_mac_register() local 7320 ar->hw->wiphy->cipher_suites = cipher_suites; in __ath12k_mac_register() 7321 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath12k_mac_register()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 9420 static const u32 cipher_suites[] = { in __ath11k_mac_register() local 9573 ar->hw->wiphy->cipher_suites = cipher_suites; in __ath11k_mac_register() 9574 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath11k_mac_register()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 9923 static const u32 cipher_suites[] = { in ath10k_mac_register() local 10261 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register() 10268 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { in ath10k_mac_register()
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 2679 wiphy->cipher_suites = rtw_cipher_suites; in rtw_cfg80211_preinit_wiphy()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 5482 const u32 *cipher_suites; member
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2707 wiphy->cipher_suites = wil_cipher_suites; in wil_wiphy_init()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4401 wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 401 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 5104 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 1926 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw2100_wdev_init()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 7613 wiphy->cipher_suites = brcmf_cipher_suites; in brcmf_setup_wiphy()
|