Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtl819x_HTProc.c283 void HTConstructCapabilityElement(struct rtllib_device *ieee, u8 *posHTCap, in HTConstructCapabilityElement() argument
289 if ((posHTCap == NULL) || (pHT == NULL)) { in HTConstructCapabilityElement()
294 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
299 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
300 pCapELE = (struct ht_capab_ele *)&(posHTCap[4]); in HTConstructCapabilityElement()
303 pCapELE = (struct ht_capab_ele *)posHTCap; in HTConstructCapabilityElement()
Drtllib.h2140 u8 *posHTCap, u8 *len,
/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c546 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap, u8 *len, u8 IsEncryp… in HTConstructCapabilityElement() argument
552 if ((posHTCap == NULL) || (pHT == NULL)) in HTConstructCapabilityElement()
557 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
561 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
562 pCapELE = (PHT_CAPABILITY_ELE)&(posHTCap[4]); in HTConstructCapabilityElement()
565 pCapELE = (PHT_CAPABILITY_ELE)posHTCap; in HTConstructCapabilityElement()
Dieee80211.h2361 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap,