Home
last modified time | relevance | path

Searched refs:Octet (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h52 (!memcmp(GET_DOT11D_INFO(__pIeeeDev)->CountryIeBuf, (__Ie).Octet, (__Ie).Length)))
Dieee80211_softmac.c1125 osCcxAironetIE.Octet = CcxAironetBuf; in ieee80211_association_req()
1131 memcpy(osCcxAironetIE.Octet, AironetIeOui, sizeof(AironetIeOui)); in ieee80211_association_req()
1136 osCcxAironetIE.Octet[IE_CISCO_FLAG_POSITION] |= (SUPPORT_CKIP_PK|SUPPORT_CKIP_MIC) ; in ieee80211_association_req()
1140 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in ieee80211_association_req()
1149 osCcxRmCap.Octet = CcxRmCapBuf; in ieee80211_association_req()
1154 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in ieee80211_association_req()
1162 osCcxVerNum.Octet = CcxVerNumBuf; in ieee80211_association_req()
1167 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in ieee80211_association_req()
Drtl819x_Qos.h475 u8 *Octet; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_Qos.h105 u8 *Octet; member
Drtllib_softmac.c1315 osCcxAironetIE.Octet = CcxAironetBuf; in rtllib_association_req()
1317 memcpy(osCcxAironetIE.Octet, AironetIeOui, in rtllib_association_req()
1320 osCcxAironetIE.Octet[IE_CISCO_FLAG_POSITION] |= in rtllib_association_req()
1325 memcpy(tag, osCcxAironetIE.Octet, osCcxAironetIE.Length); in rtllib_association_req()
1334 osCcxRmCap.Octet = (u8 *) CcxRmCapBuf; in rtllib_association_req()
1339 memcpy(tag, osCcxRmCap.Octet, osCcxRmCap.Length); in rtllib_association_req()
1348 osCcxVerNum.Octet = CcxVerNumBuf; in rtllib_association_req()
1353 memcpy(tag, osCcxVerNum.Octet, osCcxVerNum.Length); in rtllib_association_req()
/linux-4.1.27/Documentation/isdn/
DREADME248 18 4 Bit coded register, Service-Octet-1 to accept,
262 19 0 Service-Octet-2
264 Service-Octet-1 of last call.
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt233 3.4.2.3 Alignment Octet
319 3.4.3.3 Alignment Octet
382 3.4.4.3 Alignment Octet
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h50 u8 *Octet; member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c166 (_os).Octet = (u8 *)(_octet); \
1498 pBTInfo->BtAsocEntry[pBtMgnt->CurrentConnectEntryNum].BTSsid.Octet, in bthci_StartBeaconAndConnect()
1560 pBtSec->RSNIE.Octet = pBtSec->RSNIEBuf; in bthci_ResetBtSec()