Home
last modified time | relevance | path

Searched refs:ht_cap_buf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c993 u8 *ht_cap_buf = NULL; in ieee80211_association_req() local
1018 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()
1020 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt); in ieee80211_association_req()
1174 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
1203 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c1157 u8 *ht_cap_buf = NULL; in rtllib_association_req() local
1196 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1198 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req()
1343 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
1379 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()