Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ !
Drtl819x_HTProc.c652 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len) in HTConstructRT2RTAggElement() argument
654 if (!posRT2RTAgg) { in HTConstructRT2RTAggElement()
660 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement()
661 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement()
662 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement()
663 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement()
664 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement()
665 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement()
666 *posRT2RTAgg = 0x10;//*posRT2RTAgg = 0x02; in HTConstructRT2RTAggElement()
669 *posRT2RTAgg |= 0x08;//RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
[all …]
Dieee80211.h2365 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtl819x_HTProc.c394 void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg, in HTConstructRT2RTAggElement() argument
397 if (!posRT2RTAgg) { in HTConstructRT2RTAggElement()
401 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement()
402 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement()
403 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement()
404 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement()
405 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement()
406 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement()
408 *posRT2RTAgg = 0x30; in HTConstructRT2RTAggElement()
411 *posRT2RTAgg |= RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
Drtllib.h2085 u8 *posRT2RTAgg, u8 *len);