Searched refs:osCcxVerNum (Results 1 – 2 of 2) sorted by relevance
1103 struct octet_string osCcxVerNum; in ieee80211_association_req() local1105 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req()1106 osCcxVerNum.length = sizeof(CcxVerNumBuf); in ieee80211_association_req()1109 *tag++ = osCcxVerNum.length; in ieee80211_association_req()1110 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()1111 tag += osCcxVerNum.length; in ieee80211_association_req()
1321 struct octet_string osCcxVerNum; in rtllib_association_req() local1324 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()1325 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()1328 *tag++ = osCcxVerNum.Length; in rtllib_association_req()1329 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()1330 tag += osCcxVerNum.Length; in rtllib_association_req()