Searched refs:cipher_suites (Results 1 – 15 of 15) sorted by relevance
74 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()
68 u32 cipher_suites[3]; member
686 static const u32 cipher_suites[] = { in ieee80211_register_hw() local824 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 …]
802 static const u32 cipher_suites[] = { variable852 wdev->wiphy->cipher_suites = cipher_suites; in iwm_wdev_alloc()853 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in iwm_wdev_alloc()
82 static const u32 cipher_suites[] = { variable2173 wdev->wiphy->cipher_suites = cipher_suites; in lbs_cfg_register()2174 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
1531 static const u32 cipher_suites[] = { variable2721 wiphy->cipher_suites = cipher_suites; in ath6kl_register_ieee80211_hw()2722 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_register_ieee80211_hw()
750 wiphy->cipher_suites = prism2_cipher_suites; in wlan_create_wiphy()
496 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)]; member3495 memcpy(priv->cipher_suites, rndis_cipher_suites, in rndis_wlan_bind()3497 wiphy->cipher_suites = priv->cipher_suites; in rndis_wlan_bind()
159 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
199 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
756 dev->wiphy.cipher_suites); in nl80211_send_wiphy()4373 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_authenticate()
4883 static const u32 cipher_suites[] = { in wl1271_init_ieee80211() local4913 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()
1388 wdev->wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
2030 const u32 *cipher_suites; member
2804 wdev->wiphy->cipher_suites = __wl_cipher_suites; in brcmf_alloc_wdev()