Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1157 OCTET_STRING osCcxVerNum; in ieee80211_association_req() local
1159 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()
1160 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1163 *tag++ = osCcxVerNum.Length; in ieee80211_association_req()
1164 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in ieee80211_association_req()
1165 tag += osCcxVerNum.Length; in ieee80211_association_req()
/drivers/staging/rtl8192e/
Drtllib_softmac.c1327 struct octet_string osCcxVerNum; in rtllib_association_req() local
1330 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1331 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1334 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1335 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1336 tag += osCcxVerNum.Length; in rtllib_association_req()