Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1159 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local
1161 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()
1162 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1165 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
1166 memcpy(tag,osCcxVerNum.Octet,osCcxVerNum.Length); in ieee80211_association_req()
1167 tag += osCcxVerNum.Length; in ieee80211_association_req()
/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_softmac.c1340 struct octet_string osCcxVerNum; in rtllib_association_req() local
1342 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1343 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1346 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1347 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1348 tag += osCcxVerNum.Length; in rtllib_association_req()