Searched refs:KEY_TYPE_CCMP (Results 1 – 7 of 7) sorted by relevance
37 (ieee->pairwise_key_type & (KEY_TYPE_CCMP | in rtl92e_enable_hw_security_config()196 } else if (priv->rtllib->pairwise_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()232 } else if (priv->rtllib->group_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()
901 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : in _rtl92e_wx_set_encode_ext()929 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && in _rtl92e_wx_set_encode_ext()
1251 case KEY_TYPE_CCMP: in rtl92e_fill_tx_desc()
1495 case KEY_TYPE_CCMP: in rtl8192_tx()3055 } else if (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()3074 } else if (priv->ieee80211->group_key_type == KEY_TYPE_CCMP) { in CamRestoreAllEntry()3499 ieee->pairwise_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()3534 ieee->group_key_type = KEY_TYPE_CCMP; in rtl8192_ioctl()4447 (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)) in query_rxdesc_status()4849 …} else if ((ieee->iw_mode == IW_MODE_ADHOC) && (ieee->pairwise_key_type & (KEY_TYPE_CCMP | KEY_TYP… in EnableHWSecurityConfig8192()
725 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : ext->alg; in r8192_wx_set_enc_ext()
91 #define KEY_TYPE_CCMP 0x4 macro
51 #define KEY_TYPE_CCMP 0x4 macro