Searched refs:osCcxVerNum (Results 1 – 2 of 2) sorted by relevance
1101 struct octet_string osCcxVerNum; in ieee80211_association_req() local1103 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req()1104 osCcxVerNum.length = sizeof(CcxVerNumBuf); in ieee80211_association_req()1107 *tag++ = osCcxVerNum.length; in ieee80211_association_req()1108 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()1109 tag += osCcxVerNum.length; in ieee80211_association_req()
1317 struct octet_string osCcxVerNum; in rtllib_association_req() local1320 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()1321 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()1324 *tag++ = osCcxVerNum.Length; in rtllib_association_req()1325 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()1326 tag += osCcxVerNum.Length; in rtllib_association_req()