Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1147 OCTET_STRING osCcxRmCap; in ieee80211_association_req() local
1149 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()
/drivers/staging/rtl8192e/
Drtllib_softmac.c1328 struct octet_string osCcxRmCap; in rtllib_association_req() local
1330 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()