Searched refs:posRT2RTAgg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 736 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len) in HTConstructRT2RTAggElement() argument 738 if (posRT2RTAgg == NULL) { in HTConstructRT2RTAggElement() 742 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement() 743 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement() 744 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement() 745 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement() 746 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement() 747 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement() 748 *posRT2RTAgg = 0x10;//*posRT2RTAgg = 0x02; in HTConstructRT2RTAggElement() 751 *posRT2RTAgg |= 0x08;//RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement() [all …]
|
D | ieee80211.h | 2492 extern void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len);
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 412 void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg, in HTConstructRT2RTAggElement() argument 415 if (posRT2RTAgg == NULL) { in HTConstructRT2RTAggElement() 420 memset(posRT2RTAgg, 0, *len); in HTConstructRT2RTAggElement() 421 *posRT2RTAgg++ = 0x00; in HTConstructRT2RTAggElement() 422 *posRT2RTAgg++ = 0xe0; in HTConstructRT2RTAggElement() 423 *posRT2RTAgg++ = 0x4c; in HTConstructRT2RTAggElement() 424 *posRT2RTAgg++ = 0x02; in HTConstructRT2RTAggElement() 425 *posRT2RTAgg++ = 0x01; in HTConstructRT2RTAggElement() 427 *posRT2RTAgg = 0x30; in HTConstructRT2RTAggElement() 430 *posRT2RTAgg |= RT_HT_CAP_USE_WOW; in HTConstructRT2RTAggElement()
|
D | rtllib.h | 2834 u8 *posRT2RTAgg, u8 *len);
|