Home
last modified time | relevance | path

Searched refs:KEY_TYPE_CCMP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c37 (ieee->pairwise_key_type & (KEY_TYPE_CCMP | in rtl92e_enable_hw_security_config()
172 } else if (priv->rtllib->pairwise_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()
208 } else if (priv->rtllib->group_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()
H A Drtl_wx.c840 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : in _rtl92e_wx_set_encode_ext()
867 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && in _rtl92e_wx_set_encode_ext()
H A Dr8192E_dev.c1016 case KEY_TYPE_CCMP: in rtl92e_fill_tx_desc()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1318 case KEY_TYPE_CCMP: in rtl8192_tx()
2874 } else if (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()
2893 } else if (priv->ieee80211->group_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()
3318 ieee->pairwise_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()
3353 ieee->group_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()
4266 (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)) in query_rxdesc_status()
4723 …} else if ((ieee->iw_mode == IW_MODE_ADHOC) && (ieee->pairwise_key_type & (KEY_TYPE_CCMP | KEY_TYP… in EnableHWSecurityConfig8192()
H A Dr8192U_wx.c725 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : ext->alg; in r8192_wx_set_enc_ext()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h77 #define KEY_TYPE_CCMP 0x4 macro
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h51 #define KEY_TYPE_CCMP 0x4 macro