Searched refs:posHTInfo (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 365 void HTConstructInfoElement(struct rtllib_device *ieee, u8 *posHTInfo, in HTConstructInfoElement() argument 369 struct ht_info_ele *pHTInfoEle = (struct ht_info_ele *)posHTInfo; in HTConstructInfoElement() 371 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) { in HTConstructInfoElement() 378 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
|
D | rtllib.h | 2143 u8 *posHTInfo, u8 *len, u8 isEncrypt);
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 664 void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo, u8 *len, u8 IsEncrypt) in HTConstructInfoElement() argument 667 PHT_INFORMATION_ELE pHTInfoEle = (PHT_INFORMATION_ELE)posHTInfo; in HTConstructInfoElement() 668 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) in HTConstructInfoElement() 674 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
|
D | ieee80211.h | 2363 void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo,
|