Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c469 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap, u8 *len, u8 IsEncryp… in HTConstructCapabilityElement() argument
475 if (!posHTCap || !pHT) { in HTConstructCapabilityElement()
481 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
485 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
486 pCapELE = (struct ht_capability_ele *)&posHTCap[4]; in HTConstructCapabilityElement()
488 pCapELE = (struct ht_capability_ele *)posHTCap; in HTConstructCapabilityElement()
Dieee80211.h2358 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap,
/Linux-v5.4/drivers/staging/rtl8192e/
Drtl819x_HTProc.c275 void HTConstructCapabilityElement(struct rtllib_device *ieee, u8 *posHTCap, in HTConstructCapabilityElement() argument
281 if ((posHTCap == NULL) || (pHT == NULL)) { in HTConstructCapabilityElement()
286 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
291 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
292 pCapELE = (struct ht_capab_ele *)&(posHTCap[4]); in HTConstructCapabilityElement()
295 pCapELE = (struct ht_capab_ele *)posHTCap; in HTConstructCapabilityElement()
Drtllib.h2082 u8 *posHTCap, u8 *len,