Searched refs:posRT2RTAgg (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 652 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 …]
|
D | ieee80211.h | 2362 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
|
/Linux-v5.10/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 401 void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg, in HTConstructRT2RTAggElement() argument 404 if (posRT2RTAgg == NULL) { in HTConstructRT2RTAggElement() 408 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement() 409 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement() 410 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement() 411 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement() 412 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement() 413 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement() 415 *posRT2RTAgg = 0x30; in HTConstructRT2RTAggElement() 418 *posRT2RTAgg |= RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
|
D | rtllib.h | 2087 u8 *posRT2RTAgg, u8 *len);
|