Home
last modified time | relevance | path

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

/linux-6.1.9/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.h2361 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap,
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtl819x_HTProc.c270 void HTConstructCapabilityElement(struct rtllib_device *ieee, u8 *posHTCap, in HTConstructCapabilityElement() argument
276 if (!posHTCap || !pHT) { in HTConstructCapabilityElement()
281 memset(posHTCap, 0, *len); in HTConstructCapabilityElement()
286 memcpy(posHTCap, EWC11NHTCap, sizeof(EWC11NHTCap)); in HTConstructCapabilityElement()
287 pCapELE = (struct ht_capab_ele *)&(posHTCap[4]); in HTConstructCapabilityElement()
290 pCapELE = (struct ht_capab_ele *)posHTCap; in HTConstructCapabilityElement()
Drtllib.h2080 u8 *posHTCap, u8 *len,