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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c1215 OCTET_STRING osCcxRmCap; local
1217 osCcxRmCap.Octet = CcxRmCapBuf;
1218 osCcxRmCap.Length = sizeof(CcxRmCapBuf);
1221 *tag++ = osCcxRmCap.Length;
1222 memcpy(tag,osCcxRmCap.Octet,osCcxRmCap.Length);
1223 tag += osCcxRmCap.Length;

Completed in 51 milliseconds