Searched refs:osCcxVerNum (Results 1 – 2 of 2) sorted by relevance
1157 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local1159 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()1160 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()1163 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()1164 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in ieee80211_association_req()1165 tag += osCcxVerNum.Length; in ieee80211_association_req()
1327 struct octet_string osCcxVerNum; in rtllib_association_req() local1330 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()1331 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()1334 *tag++ = osCcxVerNum.Length; in rtllib_association_req()1335 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()1336 tag += osCcxVerNum.Length; in rtllib_association_req()