Searched refs:posRT2RTAgg (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 | 2365 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
|
/linux-6.1.9/drivers/staging/rtl8192e/ ! |
D | rtl819x_HTProc.c | 394 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()
|
D | rtllib.h | 2085 u8 *posRT2RTAgg, u8 *len);
|