Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/
A Drtl819x_HT.h117 struct ht_capab_ele SelfHTCap; member
A Drtl819x_HTProc.c649 memset((void *)(&(pHTInfo->SelfHTCap)), 0, in HTInitializeHTInfo()
650 sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
A Drtllib_softmac.c859 tmp_ht_cap_buf = (u8 *) &(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
860 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_probe_resp()
1188 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1189 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
/linux/drivers/staging/rtl8192u/ieee80211/
A Drtl819x_HT.h143 …struct ht_capability_ele SelfHTCap; // This is HT cap element sent to peer STA, which also indica… member
A Drtl819x_HTProc.c1056 memset(&pHTInfo->SelfHTCap, 0, sizeof(pHTInfo->SelfHTCap)); in HTInitializeHTInfo()
A Dieee80211_softmac.c700 tmp_ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_probe_resp()
701 tmp_ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_probe_resp()
973 ht_cap_buf = (u8 *)&ieee->pHTInfo->SelfHTCap; in ieee80211_association_req()
974 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()

Completed in 19 milliseconds