Home
last modified time | relevance | path

Searched refs:SelfHTInfo (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_HT.h126 struct ht_info_ele SelfHTInfo; member
Drtl819x_HTProc.c668 memset((void *)(&(pHTInfo->SelfHTInfo)), 0, in HTInitializeHTInfo()
669 sizeof(pHTInfo->SelfHTInfo)); in HTInitializeHTInfo()
Drtllib_softmac.c865 tmp_ht_info_buf = (u8 *) &(ieee->pHTInfo->SelfHTInfo); in rtllib_probe_resp()
866 tmp_ht_info_len = sizeof(ieee->pHTInfo->SelfHTInfo); in rtllib_probe_resp()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h263 …HT_INFORMATION_ELE SelfHTInfo; // This is HT info element sent to peer STA, which also indicate H… member
Drtl819x_HTProc.c1159 memset((void *)(&(pHTInfo->SelfHTInfo)), 0, sizeof(pHTInfo->SelfHTInfo)); in HTInitializeHTInfo()
Dieee80211_softmac.c733 tmp_ht_info_buf =(u8 *) &(ieee->pHTInfo->SelfHTInfo); in ieee80211_probe_resp()
734 tmp_ht_info_len = sizeof(ieee->pHTInfo->SelfHTInfo); in ieee80211_probe_resp()