Searched refs:cipher_group (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/wlan-ng/ |
D | cfg80211.c | 497 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() 498 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 120 u32 cipher_group; member
|
D | cfg80211.c | 1534 if (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1535 switch (sme->crypto.cipher_group) { in brcmf_set_wsec_mode() 1551 sme->crypto.cipher_group); in brcmf_set_wsec_mode() 1575 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_wsec_mode() 1605 sme->crypto.cipher_group); in brcmf_set_key_mgmt() 1618 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
|
/drivers/net/wireless/libertas/ |
D | cfg.c | 1372 sme->crypto.cipher_group, in lbs_cfg_connect() 1381 switch (sme->crypto.cipher_group) { in lbs_cfg_connect() 1420 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect() 1424 sme->crypto.cipher_group); in lbs_cfg_connect()
|
/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 860 PRINT_INFO(CFG80211_DBG, "sme->crypto.cipher_group=%x\n", sme->crypto.cipher_group); in connect() 869 if (sme->crypto.cipher_group != NO_ENCRYPT) { in connect() 874 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) { in connect() 896 } else if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104) { in connect() 914 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_TKIP) { in connect() 926 if (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_TKIP) { in connect() 961 PRINT_D(CFG80211_DBG, "Adding key with cipher group = %x\n", sme->crypto.cipher_group); in connect()
|
/drivers/net/wireless/mwifiex/ |
D | uap_cmd.c | 115 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
|
D | cfg80211.c | 2106 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc() 2107 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
|
/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 560 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect() 2860 switch (info->crypto.cipher_group) { in ath6kl_start_ap() 2878 ath6kl_set_cipher(vif, info->crypto.cipher_group, false); in ath6kl_start_ap()
|
/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 361 c->wpa_versions, c->cipher_group); in wil_print_crypto()
|
/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2128 sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
|
/drivers/net/wireless/ |
D | rndis_wlan.c | 2166 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()
|