Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c352 void HTConstructInfoElement(struct rtllib_device *ieee, u8 *posHTInfo, in HTConstructInfoElement() argument
356 struct ht_info_ele *pHTInfoEle = (struct ht_info_ele *)posHTInfo; in HTConstructInfoElement()
358 if (!posHTInfo || !pHTInfoEle) { in HTConstructInfoElement()
365 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
H A Drtllib.h1980 u8 *posHTInfo, u8 *len, u8 isEncrypt);
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c583 void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo, u8 *len, u8 IsEncrypt) in HTConstructInfoElement() argument
586 PHT_INFORMATION_ELE pHTInfoEle = (PHT_INFORMATION_ELE)posHTInfo; in HTConstructInfoElement()
588 if (!posHTInfo || !pHTInfoEle) { in HTConstructInfoElement()
595 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
H A Dieee80211.h2299 void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo,