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

/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c736 * u8* posRT2RTAgg //pointer to store Information Ele
742 void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len) argument
744 if (posRT2RTAgg == NULL) {
745 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posRT2RTAgg can't be null in HTConstructRT2RTAggElement()\n");
748 memset(posRT2RTAgg, 0, *len);
749 *posRT2RTAgg++ = 0x00;
750 *posRT2RTAgg++ = 0xe0;
751 *posRT2RTAgg++ = 0x4c;
752 *posRT2RTAgg++ = 0x02;
753 *posRT2RTAgg
[all...]
H A Dieee80211.h2537 extern void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg, u8 *len);
/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c571 void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg, argument
574 if (posRT2RTAgg == NULL) {
575 RTLLIB_DEBUG(RTLLIB_DL_ERR, "posRT2RTAgg can't be null in "
579 memset(posRT2RTAgg, 0, *len);
580 *posRT2RTAgg++ = 0x00;
581 *posRT2RTAgg++ = 0xe0;
582 *posRT2RTAgg++ = 0x4c;
583 *posRT2RTAgg++ = 0x02;
584 *posRT2RTAgg++ = 0x01;
586 *posRT2RTAgg
[all...]
H A Drtllib.h2900 u8 *posRT2RTAgg, u8 *len);

Completed in 62 milliseconds