Searched refs:cipher_group (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | wext-compat.c | 992 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()
|
D | sme.c | 1004 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1005 connect->crypto.cipher_group = cipher; in cfg80211_connect()
|
D | nl80211.c | 6967 settings->cipher_group = in nl80211_crypto_settings() 6970 settings->cipher_group)) in nl80211_crypto_settings()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 120 u32 cipher_group; member
|
D | cfg80211.c | 1538 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/ |
D | cfg80211.c | 503 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/ |
D | cfg.c | 1369 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/ |
D | uap_cmd.c | 115 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
|
D | cfg80211.c | 1953 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/ |
D | cfg80211.c | 344 c->wpa_versions, c->cipher_group); in wil_print_crypto()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 560 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/ |
D | cfg80211.h | 629 u32 cipher_group; member
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2128 sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
|
/linux-4.1.27/net/mac80211/ |
D | util.c | 2971 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 2166 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
|