Home
last modified time | relevance | path

Searched refs:bCurrentRT2RTAggregation (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rtl8192e/
Drtl819x_HTProc.c679 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
740 pHTInfo->bCurrentRT2RTAggregation = in HTResetSelfAndSavePeerSetting()
746 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
779 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h167 u8 bCurrentRT2RTAggregation; member
Drtllib_softmac.c1203 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
1386 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1170 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
1242 pHTInfo->bCurrentRT2RTAggregation = pNetwork->bssht.bdRT2RTAggregation; in HTResetSelfAndSavePeerSetting()
1247 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
1287 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h315 u8 bCurrentRT2RTAggregation; member
Dieee80211_softmac.c1026 if (ieee->pHTInfo->bCurrentRT2RTAggregation) in ieee80211_association_req()
1212 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
/drivers/staging/rtl8192u/
Dr8192U_dm.c187 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()