Searched refs:osCcxVerNum (Results 1 – 2 of 2) sorted by relevance
1161 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local1163 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()1164 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()1167 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()1168 memcpy(tag,osCcxVerNum.Octet,osCcxVerNum.Length); in ieee80211_association_req()1169 tag += osCcxVerNum.Length; in ieee80211_association_req()
1341 struct octet_string osCcxVerNum; in rtllib_association_req() local1343 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()1344 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()1347 *tag++ = osCcxVerNum.Length; in rtllib_association_req()1348 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()1349 tag += osCcxVerNum.Length; in rtllib_association_req()