Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dcfg80211.c497 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/
Dcfg80211.h120 u32 cipher_group; member
Dcfg80211.c1534 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/
Dcfg.c1372 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/
Dwilc_wfi_cfgoperations.c860 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/
Duap_cmd.c115 switch (params->crypto.cipher_group) { in mwifiex_set_secure_params()
Dcfg80211.c2106 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/
Dcfg80211.c560 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/
Dcfg80211.c361 c->wpa_versions, c->cipher_group); in wil_print_crypto()
/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2128 sme->crypto.cipher_group, false); in cfg80211_rtw_connect()
/drivers/net/wireless/
Drndis_wlan.c2166 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()