Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-compat.c990 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
993 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
996 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
999 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1002 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1005 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group()
H A Dsme.c1499 if (connect->crypto.cipher_group == 0) in cfg80211_connect()
1500 connect->crypto.cipher_group = cipher; in cfg80211_connect()
H A Dnl80211.c12515 settings->cipher_group = in nl80211_associate()
12518 settings->cipher_group)) in nl80211_associate()
/linux/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()
2128 aen->cipher_group = cpu_to_le32(sme->crypto.cipher_group); in qtnf_cmd_send_connect()
H A Dqlink.h197 __le32 cipher_group; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c2341 if (sme->crypto.cipher_group) { in mwifiex_cfg80211_assoc()
2342 priv->sec_info.encryption_mode = sme->crypto.cipher_group; in mwifiex_cfg80211_assoc()
4508 if (req->crypto.cipher_group) in mwifiex_cfg80211_associate()
4509 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/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c526 param->rsn_grp_policy = crypto->cipher_group & 0xFF; in wilc_parse_join_bss_param()