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