Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c669 void HTConstructInfoElement(struct ieee80211_device* ieee, u8* posHTInfo, u8* len, u8 IsEncrypt) in HTConstructInfoElement() argument
672 PHT_INFORMATION_ELE pHTInfoEle = (PHT_INFORMATION_ELE)posHTInfo; in HTConstructInfoElement()
673 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) in HTConstructInfoElement()
679 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
Dieee80211.h2538 extern void HTConstructInfoElement(struct ieee80211_device* ieee, u8* posHTInfo, u8* len, u8 isEncr…
/linux-3.3/drivers/staging/rtl8192e/
Drtl819x_HTProc.c527 void HTConstructInfoElement(struct rtllib_device *ieee, u8 *posHTInfo, in HTConstructInfoElement() argument
531 struct ht_info_ele *pHTInfoEle = (struct ht_info_ele *)posHTInfo; in HTConstructInfoElement()
532 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) { in HTConstructInfoElement()
538 memset(posHTInfo, 0, *len); in HTConstructInfoElement()
Drtllib.h2897 u8 *posHTInfo, u8 *len, u8 isEncrypt);