Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dwext-compat.c994 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 = in cfg80211_set_cipher_group()
1009 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
Dsme.c801 if (connect->crypto.cipher_group == 0) in __cfg80211_connect()
802 connect->crypto.cipher_group = cipher; in __cfg80211_connect()
Dnl80211.c4520 settings->cipher_group = in nl80211_crypto_settings()
4523 settings->cipher_group)) in nl80211_crypto_settings()
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.h213 u32 cipher_group; member
Dwl_cfg80211.c1158 if (sme->crypto.cipher_group) { in brcmf_set_set_cipher()
1159 switch (sme->crypto.cipher_group) { in brcmf_set_set_cipher()
1175 sme->crypto.cipher_group); in brcmf_set_set_cipher()
1189 sec->cipher_group = sme->crypto.cipher_group; in brcmf_set_set_cipher()
1218 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
1231 sme->crypto.cipher_group); in brcmf_set_key_mgmt()
/linux-3.4.99/drivers/staging/wlan-ng/
Dcfg80211.c476 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect()
477 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104); in prism2_connect()
/linux-3.4.99/drivers/net/wireless/libertas/
Dcfg.c1357 sme->crypto.cipher_group, in lbs_cfg_connect()
1366 switch (sme->crypto.cipher_group) { in lbs_cfg_connect()
1405 lbs_enable_rsn(priv, sme->crypto.cipher_group != 0); in lbs_cfg_connect()
1409 sme->crypto.cipher_group); in lbs_cfg_connect()
/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcfg80211.c905 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
906 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/
Dcfg80211.c616 ret = iwm_set_cipher(iwm, sme->crypto.cipher_group, false); in iwm_cfg80211_connect()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c530 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect()
2492 switch (info->crypto.cipher_group) { in ath6kl_start_ap()
2510 ath6kl_set_cipher(vif, info->crypto.cipher_group, false); in ath6kl_start_ap()
/linux-3.4.99/include/net/
Dcfg80211.h359 u32 cipher_group; member
/linux-3.4.99/drivers/net/wireless/
Drndis_wlan.c2192 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group); in rndis_connect()