Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c1332 struct octet_string osCcxRmCap; in rtllib_association_req() local
1334 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()