Home
last modified time | relevance | path

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

/Linux-v4.19/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.h2087 u8 *posHTCap, u8 *len,
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c530 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap, u8 *len, u8 IsEncryp… in HTConstructCapabilityElement() argument
536 if (!posHTCap || !pHT) { in HTConstructCapabilityElement()
542 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
546 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
547 pCapELE = (PHT_CAPABILITY_ELE)&posHTCap[4]; in HTConstructCapabilityElement()
549 pCapELE = (PHT_CAPABILITY_ELE)posHTCap; in HTConstructCapabilityElement()
Dieee80211.h2363 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap,