Searched refs:osCcxRmCap (Results 1 – 2 of 2) sorted by relevance
1144 OCTET_STRING osCcxRmCap; in ieee80211_association_req() local1146 osCcxRmCap.Octet = CcxRmCapBuf; in ieee80211_association_req()1147 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in ieee80211_association_req()1150 *tag++ = osCcxRmCap.Length; in ieee80211_association_req()1151 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req()1152 tag += osCcxRmCap.Length; in ieee80211_association_req()
1314 struct octet_string osCcxRmCap; in rtllib_association_req() local1316 osCcxRmCap.Octet = (u8 *) CcxRmCapBuf; in rtllib_association_req()1317 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()1320 *tag++ = osCcxRmCap.Length; in rtllib_association_req()1321 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()1322 tag += osCcxRmCap.Length; in rtllib_association_req()