Home
last modified time | relevance | path

Searched refs:osCcxRmCap (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1144 OCTET_STRING osCcxRmCap; in ieee80211_association_req() local
1146 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()
/drivers/staging/rtl8192e/
Drtllib_softmac.c1314 struct octet_string osCcxRmCap; in rtllib_association_req() local
1316 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()