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()180 } else if (priv->rtllib->pairwise_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()216 } else if (priv->rtllib->group_key_type == KEY_TYPE_CCMP) { in rtl92e_cam_restore()
893 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP : in _rtl92e_wx_set_encode_ext()921 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && in _rtl92e_wx_set_encode_ext()
1128 case KEY_TYPE_CCMP: in rtl92e_fill_tx_desc()
1318 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()
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