Searched refs:cipher_group (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/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 | 1006 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1007 connect->crypto.cipher_group = cipher; in cfg80211_connect()
|
D | nl80211.c | 7134 settings->cipher_group = in nl80211_crypto_settings() 7137 settings->cipher_group)) in nl80211_crypto_settings()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 120 u32 cipher_group; member
|
D | cfg80211.c | 1545 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1546 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1562 sme->crypto.cipher_group); in brcmf_set_wsec_mode() 1586 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode() 1616 sme->crypto.cipher_group); in brcmf_set_key_mgmt() 1629 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | cfg80211.c | 497 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() 498 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | cfg.c | 1368 sme->crypto.cipher_group, in lbs_cfg_connect() 1377 switch (sme->crypto.cipher_group) { in lbs_cfg_connect() 1416 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect() 1420 sme->crypto.cipher_group); in lbs_cfg_connect()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 860 PRINT_INFO(CFG80211_DBG, "sme->crypto.cipher_group=%x\n", sme->crypto.cipher_group); in connect() 869 if (sme->crypto.cipher_group != NO_ENCRYPT) { in connect() 874 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) { in connect() 896 } else if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect() 914 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_TKIP) { in connect() 926 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_TKIP) { in connect() 961 PRINT_D(CFG80211_DBG, "Adding key with cipher group = %x\n", sme->crypto.cipher_group); in connect()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | uap_cmd.c | 115 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
|
D | cfg80211.c | 2093 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc() 2094 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 361 c->wpa_versions, c->cipher_group); in wil_print_crypto()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 630 u32 cipher_group; member
|
/linux-4.4.14/net/mac80211/ |
D | util.c | 2969 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2128 sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 2166 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
|