Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H A Dwext-compat.c991 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
994 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
997 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1000 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1003 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1006 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
H A Dsme.c1497 if (connect->crypto.cipher_group == 0) in cfg80211_connect()
1498 connect->crypto.cipher_group = cipher; in cfg80211_connect()
H A Dnl80211.c11038 settings->cipher_group = in nl80211_crypto_settings()
11041 settings->cipher_group)) in nl80211_crypto_settings()
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c310 u32 cipher_group; in connect() local
317 cipher_group = sme->crypto.cipher_group; in connect()
318 if (cipher_group != 0) { in connect()
320 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
325 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
H A Dhif.c526 param->rsn_grp_policy = crypto->cipher_group & 0xFF; in wilc_parse_join_bss_param()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h121 u32 cipher_group; member
H A Dcfg80211.c2043 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
2044 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode()
2060 sme->crypto.cipher_group); in brcmf_set_wsec_mode()
2081 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode()
/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dcfg.c1375 sme->crypto.cipher_group, in lbs_cfg_connect()
1384 switch (sme->crypto.cipher_group) { in lbs_cfg_connect()
1423 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect()
1427 sme->crypto.cipher_group); in lbs_cfg_connect()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c279 aen->cipher_group = cpu_to_le32(s->crypto.cipher_group); in qtnf_cmd_send_start_ap()
2133 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
H A Dqlink.h197 __le32 cipher_group; member
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c2336 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
2337 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
4509 if (req->crypto.cipher_group) in mwifiex_cfg80211_associate()
4510 priv->sec_info.encryption_mode = req->crypto.cipher_group; in mwifiex_cfg80211_associate()
H A Duap_cmd.c100 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c559 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect()
2869 switch (info->crypto.cipher_group) { in ath6kl_start_ap()
2887 ath6kl_set_cipher(vif, info->crypto.cipher_group, false); in ath6kl_start_ap()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1749 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1065 c->wpa_versions, c->cipher_group); in wil_print_crypto()
/linux-6.15/include/net/
H A Dcfg80211.h1283 u32 cipher_group; member