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()
1328 struct octet_string osCcxRmCap; in rtllib_association_req() local1330 osCcxRmCap.Octet = CcxRmCapBuf; in rtllib_association_req()1331 osCcxRmCap.Length = sizeof(CcxRmCapBuf); in rtllib_association_req()1334 *tag++ = osCcxRmCap.Length; in rtllib_association_req()1335 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()1336 tag += osCcxRmCap.Length; in rtllib_association_req()