Home
last modified time | relevance | path

Searched refs:TI_UINT8 (Results 1 – 25 of 227) sorted by relevance

12345678910

/hardware/ti/wlan/wl1271/utils/
Dtidef.h195 #define MAC_COPY(dst,src) ((TI_UINT8*)(dst))[0] = ((TI_UINT8*)(src))[0]; \
196 ((TI_UINT8*)(dst))[1] = ((TI_UINT8*)(src))[1]; \
197 ((TI_UINT8*)(dst))[2] = ((TI_UINT8*)(src))[2]; \
198 ((TI_UINT8*)(dst))[3] = ((TI_UINT8*)(src))[3]; \
199 ((TI_UINT8*)(dst))[4] = ((TI_UINT8*)(src))[4]; \
200 ((TI_UINT8*)(dst))[5] = ((TI_UINT8*)(src))[5]
207 #define MAC_EQUAL(mac1,mac2) (((TI_UINT8*)(mac1))[0] == ((TI_UINT8*)(mac2))[0] && \
208 ((TI_UINT8*)(mac1))[1] == ((TI_UINT8*)(mac2))[1] && \
209 ((TI_UINT8*)(mac1))[2] == ((TI_UINT8*)(mac2))[2] && \
210 ((TI_UINT8*)(mac1))[3] == ((TI_UINT8*)(mac2))[3] && \
[all …]
D802_11Defs.h274 TI_UINT8 DSAP;
275 TI_UINT8 SSAP;
276 TI_UINT8 Control;
277 TI_UINT8 OUI[3];
356 TI_UINT8 body[MAX_MGMT_BODY_LENGTH];
452 typedef TI_UINT8 dot11_eleHdr_t[2]; /* Byte-0: IE-ID, Byte-1: IE-Length */
476 TI_UINT8 rates[DOT11_MAX_SUPPORTED_RATES];
487 TI_UINT8 ctrl;
496 TI_UINT8 rsnIeData[DOT11_RSN_MAX];
514 TI_UINT8 currChannel;
[all …]
Dfsm.h63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
73 TI_UINT8 nextState; /**< next state in transition */
84 TI_UINT8 MaxNoOfStates; /**< Max Number of states in the matrix */
85 TI_UINT8 MaxNoOfEvents; /**< Max Number of events in the matrix */
86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
87 TI_UINT8 ActiveNoOfEvents; /**< Active Number of events in the matrix */
99 TI_UINT8 MaxNoOfStates,
100 TI_UINT8 MaxNoOfEvents);
107 TI_UINT8 ActiveNoOfStates,
108 TI_UINT8 ActiveNoOfEvents,
[all …]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldDb.h56 TI_UINT8 CtsToSelf;
59 TI_UINT8 ListenInterval;
63 TI_UINT8 calibrationChannel2_4;
64 TI_UINT8 calibrationChannel5_0;
66 TI_UINT8 CurrAntenna;
67 TI_UINT8 TxAntenna;
68 TI_UINT8 RxAntenna;
69 TI_UINT8 Hw_TxAntenna;
70 TI_UINT8 Hw_RxAntenna;
72 TI_UINT8 RateFallback;
[all …]
DCmdBldCfgIE.h52 TI_STATUS cmdBld_CfgIeStationId (TI_HANDLE hCmdBld, TI_UINT8* apStationId, void *fC…
56 …dBld_CfgIeBeaconFilterOpt (TI_HANDLE hCmdBld, TI_UINT8 beaconFilteringStatus, TI_UINT8 n…
57 …CfgIeBeaconFilterTable (TI_HANDLE hCmdBld, TI_UINT8 numberOfIEs, TI_UINT8* pIETable, TI_UI…
59 TI_STATUS cmdBld_CfgIeGroupAdressTable (TI_HANDLE hCmdBld, TI_UINT8 numGroupAddrs, TMacAdd…
61 TI_STATUS cmdBld_CfgIeTxPowerDbm (TI_HANDLE hCmdBld, TI_UINT8 uTxPowerDbm , void *fCb, TI_HANDL…
67 TI_STATUS cmdBld_CfgIeSlotTime (TI_HANDLE hCmdBld, TI_UINT8 apSlotTime, void *fCb,…
68 TI_STATUS cmdBld_CfgIePreamble (TI_HANDLE hCmdBld, TI_UINT8 apPreamble, void *fCb,…
77 …ig (TI_HANDLE hCmdBld, TI_UINT32 uHostClkSettlingTime, TI_UINT8 uHostFastWakeupSu…
80 TI_STATUS cmdBld_CfgIeCtsProtection (TI_HANDLE hCmdBld, TI_UINT8 uCtsToSelf, void *fCb,…
92 …(TI_HANDLE hCmdBld, TI_UINT8 index, TI_UINT8 command, filter_e action, TI_UINT8 numFieldPatterns,
[all …]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
Dp_buffer.h40 *(TI_UINT8 *)(_p_buffer++) = _uint8; \
45 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint16 & 0x00FF); \
46 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint16 & 0xFF00) >> 8); \
51 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint32 & 0x000000FF); \
52 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x0000FF00) >> 8); \
53 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x00FF0000) >> 16); \
54 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0xFF000000) >> 24); \
65 _uint8 = *(TI_UINT8 *)(_p_buffer++); \
70 _uint16 = *(TI_UINT8 *)(_p_buffer++); \
71 _uint16 |= (*(TI_UINT8 *)(_p_buffer++) << 8); \
[all …]
DparamOut.h133 TI_UINT8 tableString[NUM_OF_CHANNELS_24];
139 TI_UINT8 tableString[A_5G_BAND_NUM_CHANNELS];
166 TI_UINT8* pChannelBitMap;
167 TI_UINT8 channelCnt;
173 TI_UINT8 minTxPower;
174 TI_UINT8 maxTxPower;
259 TI_UINT8 length; /* Size of the field pattern */
260 TI_UINT8 flag; /* Bit Mask flag */
261 TI_UINT8 pattern[RX_DATA_FILTER_MAX_PATTERN_SIZE]; /* expected pattern */
262TI_UINT8 mask[RX_DATA_FILTER_MAX_PATTERN_SIZE]; /* bit-masking of the internal field content…
[all …]
DSTADExternalIf.h248 TI_UINT8 elementId; /**< Country IE ID */
249 TI_UINT8 len; /**< Country IE data length */
263 TI_UINT8 len; /**< Number of entries in the rates list */
264TI_UINT8 ratesString[DOT11_MAX_SUPPORTED_RATES]; /**< Rates List. From each entry - a diffe…
280 TI_UINT8 offset; /**< Pattern Start Offset (0-255) */
281TI_UINT8 maskLength; /**< Byte-Mask Length, 1-8 bytes of mask, 0- match all packets …
282TI_UINT8 patternLength; /**< Should correspond to the number of asserted bits in the …
283 TI_UINT8 mask[RX_DATA_FILTER_MAX_MASK_SIZE]; /**< Byte-Mask */
284 TI_UINT8 pattern[RX_DATA_FILTER_MAX_PATTERN_SIZE];/**< Data Filter PAttern */
346TI_UINT8 probeReqWSCIE[DOT11_WSC_PROBE_REQ_MAX_LENGTH]; /**< Buffer which holds the parameters of …
[all …]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h95 #define uint8 TI_UINT8
1489TI_UINT8 *pBuffer; /**< Pointer to Buffer into the file (or file portion) is copied from …
1530 TI_UINT8 index; /**< */
1531 TI_UINT8 enaDisFlag; /**< */
1566 TI_UINT8 NumStations; /**< Number of Stations */
1568 TI_UINT8 *fwRxCBufPtr; /**< Pointer to FW RX Control Buffer */
1569 TI_UINT8 *fwTxCBufPtr; /**< Pointer to FW TX Control Buffer */
1588 TI_UINT8 encKey[MAX_KEY_LEN]; /**< Security Key Encoding */
1589 TI_UINT8 micRxKey[MAX_KEY_LEN]; /**< MIC RX Security Key */
1590 TI_UINT8 micTxKey[MAX_KEY_LEN]; /**< MIC TX Security Key */
[all …]
DTWDriverMsr.h163 TI_UINT8 CCABusyFraction; /**< */
164 TI_UINT8 RPIDensity[ NOISE_HISTOGRAM_LENGTH ]; /**< */
185 TI_UINT8 reserved; /**< */
201 TI_UINT8 channel; /**< */
203 TI_UINT8 txPowerDbm; /**< */
205 TI_UINT8 numberOfTypes; /**< */
222 TI_UINT8 status; /**< The status of measurement performed */
224 TI_UINT8 reserved; /**< */
238TI_UINT8 numberOfTypes; /**< Number of measurements types (equa…
254 TI_UINT8 activatioDelay; /**< */
[all …]
DTWDriverScan.h162 TI_UINT8 len; /**< SSID Length */
183TI_UINT8 ETMaxNumOfAPframes; /**< Number of frames from the early termination f…
186TI_UINT8 txPowerDbm; /**< Power level used to transmit (for active scan…
187 TI_UINT8 channel; /**< Channel to scan */
205TI_UINT8 ETMaxNumOfAPframes; /**< Number of frames from the early termination f…
208 TI_UINT8 channel; /**< Channel to scan */
241TI_UINT8 probeReqNumber; /**< Number of probe requests to send on each channel …
243TI_UINT8 Tid; /**< Time at which to trigger the scan (for triggered …
250 TI_UINT8 numOfChannels; /**< Number of channels to scan */
299TI_UINT8 uSsidListFilterEnabled; /** 1: eneable filtering according to the list; 0: di…
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c795 static void parseTwoDigitsSequenceHex (TI_UINT8 *sInString, TI_UINT8 *uOutArray, TI_UINT8 uSize);
797 …tStringtoCoexActivityTable(TI_UINT8 *strCoexActivityTable, TI_UINT32 numOfElements, TCoexActivity …
806 static void decryptScanControlTable(TI_UINT8* src, TI_UINT8* dst, USHORT len);
812 TI_UINT8* pUnsignedParameter,
815 TI_UINT8 uParameterSize,
820 …request(TRxDataFilterRequest* request, TI_UINT8 offset, char * mask, TI_UINT8 maskLength, char * p…
828 TI_UINT8 parameterSize,
829 TI_UINT8* pParameter);
837 TI_UINT8 defaultSize,
838 TI_UINT8 * pParameter);
[all …]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DadmCtrlWpa2.h141 TI_UINT8 elementid; /* WPA2 IE (RSN IE) id is 0x30 */
142 TI_UINT8 length;
144 TI_UINT8 groupSuite[4]; /* OUI for broadcast suite */
146 TI_UINT8 pairwiseSuite[4]; /* OUI for 1 unicast suite */
148 TI_UINT8 authKeyMngSuite[4]; /* OUI for 1 key mgmt suite */
151 TI_UINT8 pmkId[PMKID_VALUE_SIZE];
163 TI_UINT8 KeyMngSuite[MAX_WPA2_KEY_MNG_SUITES];
164 TI_UINT8 preAuthentication;
165 TI_UINT8 bcastForUnicatst;
166 TI_UINT8 ptkReplayCounters;
[all …]
DadmCtrlWpa.h97 TI_UINT8 elementid; /* WPA information element id is 0xDD */
98 TI_UINT8 length;
99 TI_UINT8 oui[DOT11_OUI_LEN - 1];
100 TI_UINT8 ouiType;
102 TI_UINT8 groupSuite[DOT11_OUI_LEN];
104 TI_UINT8 pairwiseSuite[DOT11_OUI_LEN];
106 TI_UINT8 authKeyMngSuite[DOT11_OUI_LEN];
119 TI_UINT8 bcastForUnicatst;
120 TI_UINT8 replayCounters;
133 TI_STATUS admCtrlWpa_getInfoElement(admCtrl_t *pAdmCtrl, TI_UINT8 *pIe, TI_UINT32 *pLength);
[all …]
DmainSecSm.h71 typedef TI_STATUS (*mainSecSmSetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8
72 typedef TI_STATUS (*mainSecSmGetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT3…
75 typedef TI_STATUS (*mainSecSmSetDefaultKeyId_t)(struct _mainSec_t *pMainSec, TI_UINT8 keyId);
76 typedef TI_STATUS (*mainSecSmEapolRecv_t)(struct _mainSec_t *pMainSec, TI_UINT8 *pPacket);
90 TI_UINT8 *pUserId;
91 TI_UINT8 idLen;
92 TI_UINT8 *pUserPasswd;
93 TI_UINT8 pwdLen;
103 TI_UINT8 currentState;
108 TI_UINT8 sessionKey[SESSION_KEY_LEN];
[all …]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DmlmeParser.h81 TI_UINT8 *pData,
87 TI_UINT8 *pData,
94 TI_UINT8 *pData,
100 TI_UINT8 *pData,
106 TI_UINT8 *pData,
112 TI_UINT8 *pData,
118 TI_UINT8 *pData,
124 TI_UINT8 *pData,
130 TI_UINT8 *pData,
136 TI_UINT8 *pData,
[all …]
DcurrBss.c105 typedef TI_UINT8 (*currBSS_beaconRxCallb_t) (TI_HANDLE hModule, TI_UINT64 staTSF, TI_UINT8 dtimCoun…
113 static void currBSS_lowRssiThrCrossed(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
114 static void currBSS_lowSnrThrCrossed(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
115 static void currBSS_BackgroundScanQuality(TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
116 static void currBSS_consecTxErrors(currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
117 static void currBSS_BssLost (currBSS_t *hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
121 …STATUS currBss_HandleTriggerEvent(TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength, TI_UINT…
122 static triggerDesc_t* currBss_findEmptyUserTrigger(TI_HANDLE hCurrBSS, TI_UINT16 clientID, TI_UINT8
123 static void currBSS_RssiSnrTrigger0 (TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
124 static void currBSS_RssiSnrTrigger1 (TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
[all …]
DmlmeApi.h103 TI_UINT8 useProtection;
106 TI_UINT8 NonErpPresent;
109 TI_UINT8 rsnIeLen;
113TI_UINT8 *tspecVoiceParameters; /* dot11_WME_TSPEC_IE_t is unpacked so need to…
114TI_UINT8 *tspecSignalParameters; /* dot11_WME_TSPEC_IE_t is unpacked so need to…
142 TI_UINT8 useProtection;
144 TI_UINT8 NonErpPresent;
150 TI_UINT8 rsnIeLen;
155 TI_UINT8 *pUnknownIe;
178 TI_UINT8 frameType;
[all …]
DcurrBss.h81 TI_UINT8 data;
106 TI_UINT8 channel; /**< Set by AP Connection, SME and Switch Channel modules */
114TI_UINT8 numExpectedTbttForBSSLoss;/**< last configured value without Soft Gemini compensation …
115 TI_UINT8 maxTxRetryThreshold; /**< last configured threshold for max Tx retry */
120 TI_UINT8 uDefaultKeepAlivePeriod;/**< The default keep-alive period in seconds */
121 TI_UINT8 keepAliveBuffer[ WLAN_WITH_SNAP_QOS_HEADER_MAX_SIZE ];
125 TI_UINT8 RoamingOperationalMode; /* 0 - manual , 1 - Auto */
146 typedef void (*TCurrBssDataCb) (TI_HANDLE hCurrBSS, TI_UINT8 *data, TI_UINT8 dataLength);
167 TI_UINT8 * aNumExpectedTbttForBSSLoss,
175 TI_UINT8 *dataBuffer,
[all …]
DqosMngr_API.h58 (( *(((TI_UINT8 *)pData) + 9) & TS_INFO_1_USER_PRIORITY_MASK) >> USER_PRIORITY_SHIFT)
65 TI_UINT8 tid;
66 TI_UINT8 userPriority;
77 TI_UINT8 statusCode;
107 TI_STATUS qosMngr_assocReqBuild(TI_HANDLE hQosMngr, TI_UINT8 *pQosIe, TI_UINT32 *pLen);
111 void qosMngr_updateIEinfo(TI_HANDLE hQosMngr, TI_UINT8 *pQosIeParams, EQosProtocol qosSetProto…
113 TI_UINT8 qosMngr_evalSite(TI_HANDLE hQosMngr, TI_BOOL siteAPSDSupport);
115 TI_STATUS qosMngr_getQosCapabiltyInfeElement(TI_HANDLE hQosMngr, TI_UINT8 *pQosIe, TI_UINT32 *pLen…
130 TI_UINT8 acID,
136 TI_STATUS QosMngr_receiveActionFrames(TI_HANDLE hQosMngr, TI_UINT8* pData, TI_UINT8 action, TI_UINT…
[all …]
/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngrTypes.h102 TI_UINT8 dataRetryThreshold; /**< Consecutive number of TX retries per roaming event;
105 TI_UINT8 numExpectedTbttForBSSLoss; /**< Number of expected TBTTs for BSS Loss event
108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold;
114TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming eve…
151TI_UINT8 uMetric; /**< 0 - RSSI Beacon, 1 - RSSI Packet, 2 - SNR Beacon, 3 - SNR Packet */
152 TI_UINT8 uType; /**< 0 - Level, 1 - Edge */
153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */
154TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value. Units: dB ; Threshold rang…
155 TI_UINT8 uIndex; /**< User Index (0 .. 1) */
156 TI_UINT8 uEnable; /**< User trigger Enable. 0 - Disable, 1 - Enable */
[all …]
DscanMngrTypes.h88TI_UINT8 numOfProbeReqs; /**< Number of probe request frames to be transmitted on each channel…
89TI_UINT8 txPowerDbm; /**< Tx Power level of the probe request frame (1: strong power; 5: …
108TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types…
124TI_UINT8 triggeringTid; /**< Quality-of-service (QoS) AC that triggers the scans in the AC t…
139TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame …
180TI_UINT8 numOfChannlesForDiscovery; /**< Number of channels to scan at each discovery…
181 TI_UINT8 numOfChannles; /**< Number of channels to use on this band */
182 TI_UINT8 channelList[ MAX_BAND_POLICY_CHANNLES ];/**< All possible channels */
204TI_UINT8 maxTrackFailures; /**< The max number of track failures to keep
207 TI_UINT8 BSSListSize; /**< The number of APs in the BSS list */
[all …]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DspectrumMngmntMgr.c70 static void buildMapSubFieldForBasicReport(TI_HANDLE hMeasurementMgr, TI_UINT8* map);
80 TI_UINT8 dialogToken;
81 TI_UINT8 activatioDelay;
82 TI_UINT8 measurementOffset;
87 TI_UINT8 IeId;
88 TI_UINT8 Length;
89 TI_UINT8 Token;
186 TI_UINT8 *pData, TI_INT32 dataLen, in measurementMgr_dot11hParseFrameReq()
221 TI_STATUS measurementMgr_dot11hParseRequestIEHdr(TI_UINT8 *pData, TI_UINT16 *reqestHdrLen, in measurementMgr_dot11hParseRequestIEHdr()
291 TI_UINT8 numOfRequestsInParallel, in measurementMgr_dot11hBuildRejectReport()
[all …]
DregulatoryDomain.h70 TI_UINT8 uMaxTxPowerDomain; /*
90 TI_UINT8 uDesiredTemporaryTxPower;
92 TI_UINT8 uTemporaryTxPower;
94 TI_UINT8 uUserMaxTxPower;
102 TI_UINT8 uPowerConstraint;
104 TI_UINT8 uExternTxPowerPreferred;
106 TI_UINT8 minDFS_channelNum;
107 TI_UINT8 maxDFS_channelNum;
119 TI_UINT8 pDefaultChannels[A_5G_BAND_NUM_CHANNELS+3];
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrl_Api.h65 pPktCtrlBlk->tTxnStruct.aBuf[0] = (TI_UINT8 *) (pHdrBuf); \
67 pPktCtrlBlk->tTxnStruct.aBuf[1] = (TI_UINT8 *) (pDataBuf); \
106 TI_UINT8 acId,
118 void txCtrlParams_setEncryptionFieldSizes (TI_HANDLE hTxCtrl, TI_UINT8 encryptionFieldSize);
121 TI_UINT8 *pEncryptionFieldSize);
124 TI_UINT8 ac,
127 void txCtrlParams_setAcMsduLifeTime (TI_HANDLE hTxCtrl, TI_UINT8 ac, TI_UINT32 msduLifeTime);
128 void txCtrlParams_setAcAckPolicy (TI_HANDLE hTxCtrl, TI_UINT8 ac, AckPolicy_e ackPolicy);
129 void txCtrlParams_updateMgmtRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac);
130 void txCtrlParams_updateDataRateAttributes(TI_HANDLE hTxCtrl, TI_UINT8 ratePolicyId, TI_UINT8 ac);
[all …]

12345678910