Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1160 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local
1162 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()
1163 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1166 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
1167 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in ieee80211_association_req()
1168 tag += osCcxVerNum.Length; in ieee80211_association_req()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c1345 struct octet_string osCcxVerNum; in rtllib_association_req() local
1348 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1349 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1352 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1353 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1354 tag += osCcxVerNum.Length; in rtllib_association_req()