Searched refs:posHTCap (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ ! |
D | rtl819x_HTProc.c | 469 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()
|
D | ieee80211.h | 2361 void HTConstructCapabilityElement(struct ieee80211_device *ieee, u8 *posHTCap,
|
/linux-6.1.9/drivers/staging/rtl8192e/ ! |
D | rtl819x_HTProc.c | 270 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()
|
D | rtllib.h | 2080 u8 *posHTCap, u8 *len,
|