Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1164 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local
1166 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()
1167 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1170 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
1171 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in ieee80211_association_req()
1172 tag += osCcxVerNum.Length; in ieee80211_association_req()
/drivers/staging/rtl8192e/
Drtllib_softmac.c1348 struct octet_string osCcxVerNum; in rtllib_association_req() local
1351 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1352 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1355 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1356 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1357 tag += osCcxVerNum.Length; in rtllib_association_req()