Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dwext-compat.c971 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
974 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
977 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
980 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
983 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
986 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
Dsme.c1192 if (connect->crypto.cipher_group == 0) in cfg80211_connect()
1193 connect->crypto.cipher_group = cipher; in cfg80211_connect()
Dnl80211.c8560 settings->cipher_group = in nl80211_crypto_settings()
8563 settings->cipher_group)) in nl80211_crypto_settings()
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c674 u32 cipher_group; in connect() local
715 cipher_group = sme->crypto.cipher_group; in connect()
716 if (cipher_group != NO_ENCRYPT) { in connect()
717 if (cipher_group == WLAN_CIPHER_SUITE_WEP40) { in connect()
727 } else if (cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect()
738 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
743 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h115 u32 cipher_group; member
Dcfg80211.c1551 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1552 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1568 sme->crypto.cipher_group); in brcmf_set_wsec_mode()
1589 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode()
1631 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
1654 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
/Linux-v4.19/drivers/staging/wlan-ng/
Dcfg80211.c449 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect()
450 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dcfg.c1323 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-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h181 __le32 cipher_group; member
Dcommands.c260 aen->cipher_group = cpu_to_le32(s->crypto.cipher_group); in qtnf_cmd_send_start_ap()
2448 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c116 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
Dcfg80211.c2218 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
2219 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c559 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-v4.19/include/net/
Dcfg80211.h746 u32 cipher_group; member
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c856 c->wpa_versions, c->cipher_group); in wil_print_crypto()
/Linux-v4.19/net/mac80211/
Dutil.c3261 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
/Linux-v4.19/drivers/net/wireless/
Drndis_wlan.c2168 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2209 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); in cfg80211_rtw_connect()