Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1101 struct octet_string osCcxVerNum; in ieee80211_association_req() local
1103 osCcxVerNum.octet = CcxVerNumBuf; in ieee80211_association_req()
1104 osCcxVerNum.length = sizeof(CcxVerNumBuf); in ieee80211_association_req()
1107 *tag++ = osCcxVerNum.length; in ieee80211_association_req()
1108 memcpy(tag, osCcxVerNum.octet, osCcxVerNum.length); in ieee80211_association_req()
1109 tag += osCcxVerNum.length; in ieee80211_association_req()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_softmac.c1317 struct octet_string osCcxVerNum; in rtllib_association_req() local
1320 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1321 osCcxVerNum.Length = sizeof(CcxVerNumBuf); in rtllib_association_req()
1324 *tag++ = osCcxVerNum.Length; in rtllib_association_req()
1325 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
1326 tag += osCcxVerNum.Length; in rtllib_association_req()