Home
last modified time | relevance | path

Searched refs:posRT2RTAgg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c713 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len) in HTConstructRT2RTAggElement() argument
715 if (!posRT2RTAgg) { in HTConstructRT2RTAggElement()
721 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement()
722 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement()
723 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement()
724 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement()
725 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement()
726 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement()
727 *posRT2RTAgg = 0x10;//*posRT2RTAgg = 0x02; in HTConstructRT2RTAggElement()
730 *posRT2RTAgg |= 0x08;//RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
[all …]
Dieee80211.h2367 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_HTProc.c409 void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg, in HTConstructRT2RTAggElement() argument
412 if (posRT2RTAgg == NULL) { in HTConstructRT2RTAggElement()
416 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement()
417 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement()
418 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement()
419 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement()
420 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement()
421 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement()
423 *posRT2RTAgg = 0x30; in HTConstructRT2RTAggElement()
426 *posRT2RTAgg |= RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
Drtllib.h2092 u8 *posRT2RTAgg, u8 *len);