Searched refs:ht_cap_buf (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 996 u8 *ht_cap_buf = NULL; in ieee80211_association_req() local 1021 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req() 1023 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt); in ieee80211_association_req() 1177 memcpy(tag, ht_cap_buf,ht_cap_len -2); in ieee80211_association_req() 1206 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1175 u8 *ht_cap_buf = NULL; in rtllib_association_req() local 1214 ht_cap_buf = (u8 *)&(ieee->pHTInfo->SelfHTCap); in rtllib_association_req() 1216 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req() 1361 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req() 1397 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
|