Searched refs:cipher_group (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 309 u32 cipher_group; in connect() local 319 cipher_group = sme->crypto.cipher_group; in connect() 320 if (cipher_group != 0) { in connect() 321 if (cipher_group == WLAN_CIPHER_SUITE_WEP40) { in connect() 331 } else if (cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect() 342 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect() 347 if (cipher_group == WLAN_CIPHER_SUITE_TKIP) in connect()
|
D | hif.c | 494 param->rsn_grp_policy = crypto->cipher_group & 0xFF; in wilc_parse_join_bss_param()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | wext-compat.c | 968 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 971 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 = 0; in cfg80211_set_cipher_group()
|
D | sme.c | 1234 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1235 connect->crypto.cipher_group = cipher; in cfg80211_connect()
|
D | nl80211.c | 9685 settings->cipher_group = in nl80211_crypto_settings() 9688 settings->cipher_group)) in nl80211_crypto_settings()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
D | cfg80211.c | 441 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() 442 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.h | 121 u32 cipher_group; member
|
D | cfg80211.c | 1705 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1706 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1722 sme->crypto.cipher_group); in brcmf_set_wsec_mode() 1743 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode() 1787 sme->crypto.cipher_group); in brcmf_set_key_mgmt() 1820 sme->crypto.cipher_group); in brcmf_set_key_mgmt() 1834 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
D | cfg.c | 1327 sme->crypto.cipher_group, in lbs_cfg_connect() 1336 switch (sme->crypto.cipher_group) { in lbs_cfg_connect() 1375 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect() 1379 sme->crypto.cipher_group); in lbs_cfg_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 278 aen->cipher_group = cpu_to_le32(s->crypto.cipher_group); in qtnf_cmd_send_start_ap() 2162 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
|
D | qlink.h | 197 __le32 cipher_group; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | uap_cmd.c | 116 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
|
D | cfg80211.c | 2238 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc() 2239 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1044 c->wpa_versions, c->cipher_group); in wil_print_crypto()
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 1014 u32 cipher_group; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
D | rndis_wlan.c | 2141 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2181 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | util.c | 4058 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
|