Searched refs:KEY_TYPE_CCMP (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_wx.c893 alg = (ext->alg == IW_ENCODE_ALG_CCMP)?KEY_TYPE_CCMP:ext->alg; // as IW_ENCODE_ALG_CCMP is defined to be 3 and KEY_TYPE_CCMP is defined to 4;
933 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && ieee->pHTInfo->bCurrentHTSupport){
H A Dr8192E_core.c1668 case KEY_TYPE_CCMP:
4032 else if(priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)
4081 else if(priv->ieee80211->group_key_type == KEY_TYPE_CCMP)
4872 ieee->pairwise_key_type = KEY_TYPE_CCMP;
4895 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && ieee->pHTInfo->bCurrentHTSupport){
4904 ieee->group_key_type= KEY_TYPE_CCMP;
6543 else if ((ieee->iw_mode == IW_MODE_ADHOC) && (ieee->pairwise_key_type & (KEY_TYPE_CCMP | KEY_TYPE_TKIP)))
H A Dieee80211.h66 #define KEY_TYPE_CCMP 0x4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c1407 case KEY_TYPE_CCMP:
2109 case KEY_TYPE_CCMP:
3860 else if(priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)
3909 else if(priv->ieee80211->group_key_type == KEY_TYPE_CCMP)
4417 ieee->pairwise_key_type = KEY_TYPE_CCMP;
4445 ieee->group_key_type= KEY_TYPE_CCMP;
5363 if((priv->ieee80211->pHTInfo->bCurrentHTSupport == true) && (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP))
5983 else if ((ieee->iw_mode == IW_MODE_ADHOC) && (ieee->pairwise_key_type & (KEY_TYPE_CCMP | KEY_TYPE_TKIP)))
H A Dr8192U_wx.c913 alg = (ext->alg == IW_ENCODE_ALG_CCMP)?KEY_TYPE_CCMP:ext->alg; // as IW_ENCODE_ALG_CCMP is defined to be 3 and KEY_TYPE_CCMP is defined to 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h39 #define KEY_TYPE_CCMP 0x4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c2333 case KEY_TYPE_CCMP:
5198 else if(priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP)
5247 else if(priv->ieee80211->group_key_type == KEY_TYPE_CCMP)
5772 ieee->pairwise_key_type = KEY_TYPE_CCMP;
5802 ieee->group_key_type= KEY_TYPE_CCMP;
7554 case KEY_TYPE_CCMP:
H A Dr8192U.h118 (_ieee->pairwise_key_type==KEY_TYPE_CCMP))
H A Dr8192U_wx.c926 alg = (ext->alg == IW_ENCODE_ALG_CCMP)?KEY_TYPE_CCMP:ext->alg; // as IW_ENCODE_ALG_CCMP is defined to be 3 and KEY_TYPE_CCMP is defined to 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h46 #define KEY_TYPE_CCMP 0x4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h86 #define KEY_TYPE_CCMP 0x4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h69 #define KEY_TYPE_CCMP 0x4 macro

Completed in 215 milliseconds