Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/orinoco/
Dcfg.c74 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_WEP40; in orinoco_wiphy_register()
78 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_WEP104; in orinoco_wiphy_register()
83 priv->cipher_suites[i] = WLAN_CIPHER_SUITE_TKIP; in orinoco_wiphy_register()
86 wiphy->cipher_suites = priv->cipher_suites; in orinoco_wiphy_register()
Dorinoco.h68 u32 cipher_suites[3]; member
/linux-3.3/net/mac80211/
Dmain.c686 static const u32 cipher_suites[] = { in ieee80211_register_hw() local
824 if (!local->hw.wiphy->cipher_suites) { in ieee80211_register_hw()
825 local->hw.wiphy->cipher_suites = cipher_suites; in ieee80211_register_hw()
826 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_register_hw()
831 if (local->hw.wiphy->cipher_suites == cipher_suites) { in ieee80211_register_hw()
832 local->hw.wiphy->cipher_suites += 2; in ieee80211_register_hw()
841 local->hw.wiphy->cipher_suites, in ieee80211_register_hw()
847 u32 suite = local->hw.wiphy->cipher_suites[r]; in ieee80211_register_hw()
853 local->hw.wiphy->cipher_suites = suites; in ieee80211_register_hw()
975 kfree(local->hw.wiphy->cipher_suites); in ieee80211_register_hw()
[all …]
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Dcfg80211.c802 static const u32 cipher_suites[] = { variable
852 wdev->wiphy->cipher_suites = cipher_suites; in iwm_wdev_alloc()
853 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in iwm_wdev_alloc()
/linux-3.3/drivers/net/wireless/libertas/
Dcfg.c82 static const u32 cipher_suites[] = { variable
2173 wdev->wiphy->cipher_suites = cipher_suites; in lbs_cfg_register()
2174 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
/linux-3.3/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c1531 static const u32 cipher_suites[] = { variable
2721 wiphy->cipher_suites = cipher_suites; in ath6kl_register_ieee80211_hw()
2722 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_register_ieee80211_hw()
/linux-3.3/drivers/staging/wlan-ng/
Dcfg80211.c750 wiphy->cipher_suites = prism2_cipher_suites; in wlan_create_wiphy()
/linux-3.3/drivers/net/wireless/
Drndis_wlan.c496 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)]; member
3495 memcpy(priv->cipher_suites, rndis_cipher_suites, in rndis_wlan_bind()
3497 wiphy->cipher_suites = priv->cipher_suites; in rndis_wlan_bind()
/linux-3.3/net/wireless/
Dutil.c159 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
Dwext-compat.c199 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
Dnl80211.c756 dev->wiphy.cipher_suites); in nl80211_send_wiphy()
4373 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_authenticate()
/linux-3.3/drivers/net/wireless/wl12xx/
Dmain.c4883 static const u32 cipher_suites[] = { in wl1271_init_ieee80211() local
4913 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211()
4914 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux-3.3/drivers/net/wireless/mwifiex/
Dcfg80211.c1388 wdev->wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
/linux-3.3/include/net/
Dcfg80211.h2030 const u32 *cipher_suites; member
/linux-3.3/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.c2804 wdev->wiphy->cipher_suites = __wl_cipher_suites; in brcmf_alloc_wdev()