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

/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c528 void HTConstructInfoElement(struct rtllib_device *ieee, u8 *posHTInfo, argument
532 struct ht_info_ele *pHTInfoEle = (struct ht_info_ele *)posHTInfo;
534 if ((posHTInfo == NULL) || (pHTInfoEle == NULL)) {
535 RTLLIB_DEBUG(RTLLIB_DL_ERR, "posHTInfo or pHTInfoEle can't be "
540 memset(posHTInfo, 0, *len);
H A Drtllib.h2898 u8 *posHTInfo, u8 *len, u8 isEncrypt);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c670 void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo, u8 *len, u8 IsEncrypt) argument
673 PHT_INFORMATION_ELE pHTInfoEle = (PHT_INFORMATION_ELE)posHTInfo;
674 if ((posHTInfo == NULL) || (pHTInfoEle == NULL))
676 IEEE80211_DEBUG(IEEE80211_DL_ERR, "posHTInfo or pHTInfoEle can't be null in HTConstructInfoElement()\n");
680 memset(posHTInfo, 0, *len);
710 //IEEE80211_DEBUG_DATA(IEEE80211_DL_DATA | IEEE80211_DL_HT, posHTInfo, *len - 2);
711 //HTDebugHTInfo(posHTInfo, "HTConstructInforElement");
H A Dieee80211.h2536 extern void HTConstructInfoElement(struct ieee80211_device *ieee, u8 *posHTInfo, u8 *len, u8 isEncrypt);

Completed in 34 milliseconds