Searched refs:osCcxRmCap (Results 1 – 2 of 2) sorted by relevance
1147 OCTET_STRING osCcxRmCap; in ieee80211_association_req() local1149 osCcxRmCap.Octet = CcxRmCapBuf; in ieee80211_association_req()1150 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in ieee80211_association_req()1153 *tag++ = osCcxRmCap.Length; in ieee80211_association_req()1154 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req()1155 tag += osCcxRmCap.Length; in ieee80211_association_req()
1332 struct octet_string osCcxRmCap; in rtllib_association_req() local1334 osCcxRmCap.Octet = (u8 *) CcxRmCapBuf; in rtllib_association_req()1335 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()1338 *tag++ = osCcxRmCap.Length; in rtllib_association_req()1339 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()1340 tag += osCcxRmCap.Length; in rtllib_association_req()