Searched defs:tmp_ht_cap_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c706 u8* tmp_ht_cap_buf; local
733 tmp_ht_cap_buf =(u8*) &(ieee->pHTInfo->SelfHTCap);
737 HTConstructCapabilityElement(ieee, tmp_ht_cap_buf, &tmp_ht_cap_len,encrypt);
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c848 u8 *tmp_ht_cap_buf = NULL; local
878 tmp_ht_cap_buf = (u8 *) &(ieee->pHTInfo->SelfHTCap);
882 HTConstructCapabilityElement(ieee, tmp_ht_cap_buf,

Completed in 36 milliseconds