Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/orinoco/
Dcfg.c75 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()
Dorinoco.h68 u32 cipher_suites[3]; member
/linux-4.1.27/net/mac80211/
Dmain.c670 static const u32 cipher_suites[] = { in ieee80211_init_cipher_suites() local
688 local->hw.wiphy->cipher_suites) { in ieee80211_init_cipher_suites()
700 suites = kmemdup(local->hw.wiphy->cipher_suites, in ieee80211_init_cipher_suites()
707 u32 suite = local->hw.wiphy->cipher_suites[r]; in ieee80211_init_cipher_suites()
719 local->hw.wiphy->cipher_suites = cipher_suites; in ieee80211_init_cipher_suites()
720 local->hw.wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ieee80211_init_cipher_suites()
726 local->hw.wiphy->cipher_suites += 2; in ieee80211_init_cipher_suites()
781 local->hw.wiphy->cipher_suites = suites; in ieee80211_init_cipher_suites()
1126 kfree(local->hw.wiphy->cipher_suites); in ieee80211_register_hw()
1207 kfree(local->hw.wiphy->cipher_suites); in ieee80211_free_hw()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dmain.c940 static const u32 cipher_suites[] = { in wcn36xx_init_ieee80211() local
962 wcn->hw->wiphy->cipher_suites = cipher_suites; in wcn36xx_init_ieee80211()
963 wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wcn36xx_init_ieee80211()
/linux-4.1.27/drivers/net/wireless/libertas/
Dcfg.c82 static const u32 cipher_suites[] = { variable
2171 wdev->wiphy->cipher_suites = cipher_suites; in lbs_cfg_register()
2172 wdev->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in lbs_cfg_register()
/linux-4.1.27/drivers/staging/wlan-ng/
Dcfg80211.c783 wiphy->cipher_suites = prism2_cipher_suites; in wlan_create_wiphy()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c1694 static const u32 cipher_suites[] = { variable
3809 wiphy->cipher_suites = cipher_suites; in ath6kl_cfg80211_init()
3810 wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath6kl_cfg80211_init()
/linux-4.1.27/drivers/net/wireless/
Drndis_wlan.c445 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)]; member
3482 memcpy(priv->cipher_suites, rndis_cipher_suites, in rndis_wlan_bind()
3484 wiphy->cipher_suites = priv->cipher_suites; in rndis_wlan_bind()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c994 wiphy->cipher_suites = wil_cipher_suites; in wil_wiphy_init()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c5440 static const u32 cipher_suites[] = { in ath10k_mac_register() local
5609 ar->hw->wiphy->cipher_suites = cipher_suites; in ath10k_mac_register()
5610 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in ath10k_mac_register()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c6051 static const u32 cipher_suites[] = { in wl1271_init_ieee80211() local
6082 wl->hw->wiphy->cipher_suites = cipher_suites; in wl1271_init_ieee80211()
6083 wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in wl1271_init_ieee80211()
/linux-4.1.27/net/wireless/
Dutil.c212 if (cipher == wiphy->cipher_suites[i]) in cfg80211_supported_cipher_suite()
Dwext-compat.c195 switch (wdev->wiphy->cipher_suites[i]) { in cfg80211_wext_giwrange()
Dnl80211.c1333 rdev->wiphy.cipher_suites)) in nl80211_send_wiphy()
6855 if (key.p.cipher == rdev->wiphy.cipher_suites[i]) { in nl80211_authenticate()
/linux-4.1.27/include/net/
Dcfg80211.h3157 const u32 *cipher_suites; member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3235 wiphy->cipher_suites = rtw_cipher_suites; in rtw_cfg80211_preinit_wiphy()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3518 wiphy->cipher_suites = mwifiex_cipher_suites; in mwifiex_register_cfg80211()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c5805 wiphy->cipher_suites = __wl_cipher_suites; in brcmf_setup_wiphy()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.c1951 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw2100_wdev_init()
Dipw2200.c11437 wdev->wiphy->cipher_suites = ipw_cipher_suites; in ipw_wdev_init()