Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dwext-compat.c992 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
995 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
998 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1001 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1004 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1007 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
Dsme.c1004 if (connect->crypto.cipher_group == 0) in cfg80211_connect()
1005 connect->crypto.cipher_group = cipher; in cfg80211_connect()
Dnl80211.c6967 settings->cipher_group = in nl80211_crypto_settings()
6970 settings->cipher_group)) in nl80211_crypto_settings()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h120 u32 cipher_group; member
Dcfg80211.c1538 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1539 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1555 sme->crypto.cipher_group); in brcmf_set_wsec_mode()
1579 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode()
1609 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
1622 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
/linux-4.1.27/drivers/staging/wlan-ng/
Dcfg80211.c503 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect()
504 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
/linux-4.1.27/drivers/net/wireless/libertas/
Dcfg.c1369 sme->crypto.cipher_group, in lbs_cfg_connect()
1378 switch (sme->crypto.cipher_group) { in lbs_cfg_connect()
1417 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect()
1421 sme->crypto.cipher_group); in lbs_cfg_connect()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_cmd.c115 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
Dcfg80211.c1953 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
1954 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c344 c->wpa_versions, c->cipher_group); in wil_print_crypto()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c560 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect()
2860 switch (info->crypto.cipher_group) { in ath6kl_start_ap()
2878 ath6kl_set_cipher(vif, info->crypto.cipher_group, false); in ath6kl_start_ap()
/linux-4.1.27/include/net/
Dcfg80211.h629 u32 cipher_group; member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2128 sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
/linux-4.1.27/net/mac80211/
Dutil.c2971 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
/linux-4.1.27/drivers/net/wireless/
Drndis_wlan.c2166 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()