Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Dwext-compat.c1063 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1066 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1069 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1072 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1075 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1078 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
Dsme.c1439 if (connect->crypto.cipher_group == 0) in cfg80211_connect()
1440 connect->crypto.cipher_group = cipher; in cfg80211_connect()
Dnl80211.c10637 settings->cipher_group = in nl80211_crypto_settings()
10640 settings->cipher_group)) in nl80211_crypto_settings()
/linux-6.1.9/drivers/staging/wlan-ng/
Dcfg80211.c446 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect()
447 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c312 u32 cipher_group; in connect() local
319 cipher_group = sme->crypto.cipher_group; in connect()
320 if (cipher_group != 0) { in connect()
322 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
327 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
Dhif.c509 param->rsn_grp_policy = crypto->cipher_group & 0xFF; in wilc_parse_join_bss_param()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.h121 u32 cipher_group; member
Dcfg80211.c1706 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1707 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
1723 sme->crypto.cipher_group); in brcmf_set_wsec_mode()
1744 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode()
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Dcfg.c1325 sme->crypto.cipher_group, in lbs_cfg_connect()
1334 switch (sme->crypto.cipher_group) { in lbs_cfg_connect()
1373 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect()
1377 sme->crypto.cipher_group); in lbs_cfg_connect()
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c279 aen->cipher_group = cpu_to_le32(s->crypto.cipher_group); in qtnf_cmd_send_start_ap()
2131 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
Dqlink.h197 __le32 cipher_group; member
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c105 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
Dcfg80211.c2305 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
2306 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
/linux-6.1.9/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-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1785 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
/linux-6.1.9/drivers/net/wireless/
Drndis_wlan.c2141 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
/linux-6.1.9/include/net/
Dcfg80211.h1127 u32 cipher_group; member
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1068 c->wpa_versions, c->cipher_group); in wil_print_crypto()