Searched refs:KEY_TYPE_CCMP (Results 1 – 8 of 8) sorted by relevance
48 (ieee->pairwise_key_type & (KEY_TYPE_CCMP | in rtl92e_enable_hw_security_config()209 } else if (priv->rtllib->pairwise_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()247 } else if (priv->rtllib->group_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()
931 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : in _rtl92e_wx_set_encode_ext()959 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && in _rtl92e_wx_set_encode_ext()
2310 ieee->pairwise_key_type = KEY_TYPE_CCMP; in _rtl92e_ioctl()2353 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) in _rtl92e_ioctl()2361 ieee->group_key_type = KEY_TYPE_CCMP; in _rtl92e_ioctl()
1269 case KEY_TYPE_CCMP: in rtl92e_fill_tx_desc()
1643 case KEY_TYPE_CCMP: in rtl8192_tx()3267 } else if (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()3289 } else if (priv->ieee80211->group_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()3729 ieee->pairwise_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()3764 ieee->group_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()4703 (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)) in query_rxdesc_status()5144 …} else if ((ieee->iw_mode == IW_MODE_ADHOC) && (ieee->pairwise_key_type & (KEY_TYPE_CCMP | KEY_TYP… in EnableHWSecurityConfig8192()
765 alg = (ext->alg == IW_ENCODE_ALG_CCMP)?KEY_TYPE_CCMP:ext->alg; in r8192_wx_set_enc_ext()
95 #define KEY_TYPE_CCMP 0x4 macro
55 #define KEY_TYPE_CCMP 0x4 macro