Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1103 struct octet_string osCcxVerNum; in ieee80211_association_req() local
1105 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req()
1106 osCcxVerNum.length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1109 *tag++ = osCcxVerNum.length; in ieee80211_association_req()
1110 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()
1111 tag += osCcxVerNum.length; in ieee80211_association_req()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c1321 struct octet_string osCcxVerNum; in rtllib_association_req() local
1324 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1325 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1328 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1329 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1330 tag += osCcxVerNum.Length; in rtllib_association_req()