Searched refs:bCurrentHTSupport (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c228 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
247 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
1003 if( pHTInfo->bCurrentHTSupport == false )
1193 pHTInfo->bCurrentHTSupport = false;
1292 pHTInfo->bCurrentHTSupport = true;
1355 pHTInfo->bCurrentHTSupport = false;
1370 if(pHTInfo->bCurrentHTSupport)
1391 pHTInfo->bCurrentHTSupport = true;
1425 pHTInfo->bCurrentHTSupport = false;
1439 if(ieee->pHTInfo->bCurrentHTSupport)
[all...]
H A Drtl819x_BAProc.c347 (ieee->pHTInfo->bCurrentHTSupport == false)) //||
351 IEEE80211_DEBUG(IEEE80211_DL_ERR, "Failed to reply on ADDBA_REQ as some capability is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
443 ieee->pHTInfo->bCurrentHTSupport == false ||
446 IEEE80211_DEBUG(IEEE80211_DL_ERR, "reject to ADDBA_RSP as some capability is not ready(%d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bCurrentAMPDUEnable);
563 ieee->pHTInfo->bCurrentHTSupport == false )
565 IEEE80211_DEBUG(IEEE80211_DL_ERR, "received DELBA while QOS or HT is not supported(%d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
H A Dieee80211_tx.c311 if (!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
410 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
431 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
495 if(pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT)
H A Drtl819x_HT.h243 u8 bCurrentHTSupport; member in struct:_RT_HIGH_THROUGHPUT
H A Dieee80211_softmac_wx.c325 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) {
H A Dieee80211_softmac.c961 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT)
968 printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bEnableHT);
1111 /*WB, 2008.09.09:bCurrentHTSupport and bEnableHT two flags are going to put together to check whether we are in HT now, so needn't to check bEnableHT flags here. That's is to say we will set to HT support whenever joined AP has the ability to support HT. And whether we are in HT or not, please check bCurrentHTSupport&&bEnableHT now please.*/
1113 // ieee->pHTInfo->bCurrentHTSupport = true;
1118 ieee->pHTInfo->bCurrentHTSupport = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c227 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
246 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
952 if( pHTInfo->bCurrentHTSupport == false )
1135 pHTInfo->bCurrentHTSupport = false;
1234 pHTInfo->bCurrentHTSupport = true;
1291 pHTInfo->bCurrentHTSupport = false;
1306 if(pHTInfo->bCurrentHTSupport)
1327 pHTInfo->bCurrentHTSupport = true;
1361 pHTInfo->bCurrentHTSupport = false;
1375 if(ieee->pHTInfo->bCurrentHTSupport)
[all...]
H A Drtl819x_BAProc.c347 (ieee->pHTInfo->bCurrentHTSupport == false)) //||
351 IEEE80211_DEBUG(IEEE80211_DL_ERR, "Failed to reply on ADDBA_REQ as some capability is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
443 ieee->pHTInfo->bCurrentHTSupport == false ||
446 IEEE80211_DEBUG(IEEE80211_DL_ERR, "reject to ADDBA_RSP as some capability is not ready(%d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bCurrentAMPDUEnable);
563 ieee->pHTInfo->bCurrentHTSupport == false )
565 IEEE80211_DEBUG(IEEE80211_DL_ERR, "received DELBA while QOS or HT is not supported(%d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
H A Dieee80211_tx.c311 if (!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
399 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
420 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
484 if(pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT)
H A Drtl819x_HT.h243 u8 bCurrentHTSupport; member in struct:_RT_HIGH_THROUGHPUT
H A Dieee80211_softmac_wx.c318 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) {
H A Dieee80211_softmac.c950 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT)
957 printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bEnableHT);
1084 /*WB, 2008.09.09:bCurrentHTSupport and bEnableHT two flags are going to put together to check whether we are in HT now, so needn't to check bEnableHT flags here. That's is to say we will set to HT support whenever joined AP has the ability to support HT. And whether we are in HT or not, please check bCurrentHTSupport&&bEnableHT now please.*/
1086 // ieee->pHTInfo->bCurrentHTSupport = true;
1091 ieee->pHTInfo->bCurrentHTSupport = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_BAProc.c351 (ieee->pHTInfo->bCurrentHTSupport == false) ||
355 IEEE80211_DEBUG(IEEE80211_DL_ERR, "Failed to reply on ADDBA_REQ as some capability is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
449 ieee->pHTInfo->bCurrentHTSupport == false ||
452 IEEE80211_DEBUG(IEEE80211_DL_ERR, "reject to ADDBA_RSP as some capability is not ready(%d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bCurrentAMPDUEnable);
572 ieee->pHTInfo->bCurrentHTSupport == false )
574 IEEE80211_DEBUG(IEEE80211_DL_ERR, "received DELBA while QOS or HT is not supported(%d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport);
H A Drtl819x_HTProc.c230 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
249 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode
548 if(ieee->pHTInfo->bCurrentHTSupport)
1152 if( pHTInfo->bCurrentHTSupport == false )
1332 pHTInfo->bCurrentHTSupport = false;
1436 pHTInfo->bCurrentHTSupport = true;
1543 pHTInfo->bCurrentHTSupport = false;
1560 if(pHTInfo->bCurrentHTSupport)
1581 pHTInfo->bCurrentHTSupport = true;
1615 pHTInfo->bCurrentHTSupport
[all...]
H A Dieee80211_tx.c308 if (!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
404 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
425 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT)
503 if(pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT)
H A Drtl819x_HT.h261 u8 bCurrentHTSupport; member in struct:_RT_HIGH_THROUGHPUT
H A Dieee80211_softmac.c777 if(ieee->pHTInfo->bCurrentHTSupport){
1091 if(ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT)
1240 if(ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT){
1274 if(ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT){
1417 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT)
1424 printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo->bEnableHT);
1556 /*WB, 2008.09.09:bCurrentHTSupport and bEnableHT two flags are going to put together to check whether we are in HT now, so needn't to check bEnableHT flags here. That's is to say we will set to HT support whenever joined AP has the ability to support HT. And whether we are in HT or not, please check bCurrentHTSupport&&bEnableHT now please.*/
1558 // ieee->pHTInfo->bCurrentHTSupport = true;
1563 ieee->pHTInfo->bCurrentHTSupport
[all...]
H A Dieee80211_softmac_wx.c329 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_HTType.h212 u8 bCurrentHTSupport; member in struct:_RT_HIGH_THROUGHPUT
H A Dr8192U.h117 #define IS_UNDER_11N_AES_MODE(_ieee) ((_ieee->pHTInfo->bCurrentHTSupport==TRUE) &&\
H A Dr8192U_core.c2655 if (ieee->pHTInfo->bCurrentHTSupport)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_HTType.h212 u8 bCurrentHTSupport; member in struct:_RT_HIGH_THROUGHPUT
H A Dr8192U_core.c2374 if (ieee->pHTInfo->bCurrentHTSupport)
5363 if((priv->ieee80211->pHTInfo->bCurrentHTSupport == true) && (priv->ieee80211->pairwise_key_type == KEY_TYPE_CCMP))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_wx.c933 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && ieee->pHTInfo->bCurrentHTSupport){
H A Dr8192E_core.c1890 if (ieee->pHTInfo->bCurrentHTSupport)
4895 if ((ieee->pairwise_key_type == KEY_TYPE_CCMP) && ieee->pHTInfo->bCurrentHTSupport){

Completed in 400 milliseconds