Searched refs:cipher_group (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/net/wireless/ |
| D | wext-compat.c | 969 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 972 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 975 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 978 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 981 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 984 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
|
| D | sme.c | 1222 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1223 connect->crypto.cipher_group = cipher; in cfg80211_connect()
|
| D | nl80211.c | 9125 settings->cipher_group = in nl80211_crypto_settings() 9128 settings->cipher_group)) in nl80211_crypto_settings()
|
| /Linux-v5.4/drivers/staging/wilc1000/ |
| D | wilc_wfi_cfgoperations.c | 275 u32 cipher_group; in connect() local 285 cipher_group = sme->crypto.cipher_group; in connect() 286 if (cipher_group != 0) { in connect() 287 if (cipher_group == WLAN_CIPHER_SUITE_WEP40) { in connect() 297 } else if (cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect() 308 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect() 313 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
|
| D | wilc_hif.c | 556 param->rsn_grp_policy = crypto->cipher_group & 0xFF; in wilc_parse_join_bss_param()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | cfg80211.h | 104 u32 cipher_group; member
|
| D | cfg80211.c | 1590 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1591 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1607 sme->crypto.cipher_group); in brcmf_set_wsec_mode() 1628 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode() 1671 sme->crypto.cipher_group); in brcmf_set_key_mgmt() 1702 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
|
| /Linux-v5.4/drivers/staging/wlan-ng/ |
| D | cfg80211.c | 442 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() 443 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
|
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
| D | cfg.c | 1323 sme->crypto.cipher_group, in lbs_cfg_connect() 1332 switch (sme->crypto.cipher_group) { in lbs_cfg_connect() 1371 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect() 1375 sme->crypto.cipher_group); in lbs_cfg_connect()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | commands.c | 249 aen->cipher_group = cpu_to_le32(s->crypto.cipher_group); in qtnf_cmd_send_start_ap() 2248 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
|
| D | qlink.h | 173 __le32 cipher_group; member
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | uap_cmd.c | 116 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
|
| D | cfg80211.c | 2254 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc() 2255 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | cfg80211.c | 559 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect() 2868 switch (info->crypto.cipher_group) { in ath6kl_start_ap() 2886 ath6kl_set_cipher(vif, info->crypto.cipher_group, false); in ath6kl_start_ap()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 853 u32 cipher_group; member
|
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
| D | cfg80211.c | 1055 c->wpa_versions, c->cipher_group); in wil_print_crypto()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_cfg80211.c | 2203 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
|
| /Linux-v5.4/drivers/net/wireless/ |
| D | rndis_wlan.c | 2154 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
|
| /Linux-v5.4/net/mac80211/ |
| D | util.c | 3598 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
|