HomeSort by relevance Sort by last modified time
    Searched refs:TI_UINT16 (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBssApi.h 66 TI_STATUS currBss_registerBssLossEvent(TI_HANDLE hCurrBSS,TI_UINT32 uNumOfBeacons, TI_UINT16 uClientID);
67 TI_STATUS currBss_registerTxRetryEvent(TI_HANDLE hCurrBSS,TI_UINT8 uMaxTxRetryThreshold, TI_UINT16 uClientID);
68 TI_INT8 currBSS_RegisterTriggerEvent (TI_HANDLE hCurrBSS, TI_UINT8 triggerID,TI_UINT16 clientID, void* fCB, TI_HANDLE hCB);
PowerMgr.h 108 TI_UINT16 autoModeInterval; /**<
112 TI_UINT16 autoModeActiveTH; /**< Threshold (in Bytes) for moving to Active mode */
113 TI_UINT16 autoModeDozeTH; /**<
StaCap.h 63 TI_UINT16 uHighestSupportedDataRate;
71 TI_UINT16 uHtCapabilitiesInfo;
74 TI_UINT16 uExteCapabilities;
authSm.h 66 TI_UINT16 status;
108 TI_UINT16 seq,
109 TI_UINT16 statusCode,
mlmeBuilder.h 81 TI_UINT16* pFctrl,
mlmeApi.h 88 TI_UINT16 reason;
98 TI_UINT16 capabilities;
99 TI_UINT16 status;
100 TI_UINT16 aid;
125 TI_UINT16 beaconInerval;
126 TI_UINT16 capabilities;
156 TI_UINT16 unknownIeLen;
163 TI_UINT16 authAlgo;
164 TI_UINT16 seqNum;
165 TI_UINT16 status;
    [all...]
scanResultTable.h 91 TI_UINT16 capabilities;
92 TI_UINT16 beaconInterval;
121 TI_UINT16 atimWindow;
129 TI_UINT16 unknownIeLen;
134 TI_UINT16 probeRespLength;
136 TI_UINT16 beaconLength;
ScanCncn.h 117 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */
142 TScanFrameInfo* frameInfo, TI_UINT16 SPSStatus);
207 TI_UINT32 uResultCount, TI_UINT16 SPSStatus,
211 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
227 TScanFrameInfo* frameInfo, TI_UINT16 SPSStatus);
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 77 TI_UINT16 enableDisable; /**< Indicates if roaming is enabled/disabled:
83 TI_UINT16 lowPassFilterRoamingAttempt; /**< Time to wait in seconds before roaming caused by low connection quality;
150 TI_UINT16 uPacing; /**< Minimum delay between consecutive triggers. Units: milliseconds ; Range: (0 .. 60000) */
158 TI_UINT16 uClientID; /**< the client ID that registered for the trigger event */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.h 59 TI_UINT16 quietDuration,
60 TI_UINT16 quietOffset);
71 TI_STATUS measurementMgr_dot11hParseRequestIEHdr(TI_UINT8 *pData, TI_UINT16 *reqestHdrLen,
72 TI_UINT16 *measurementToken);
requestHandler.h 58 TI_UINT16 frameToken;
59 TI_UINT16 measurementToken;
61 TI_UINT16 DurationTime;
68 typedef TI_STATUS (*parserRequestIEHdr_t) (TI_UINT8 *pData, TI_UINT16 *reqestLen,
69 TI_UINT16 *measurementToken);
117 TI_STATUS requestHandler_getFrameToken(TI_HANDLE hRequestHandler,TI_UINT16 *frameToken );
measurementMgr.h 107 TI_UINT16 trafficIntensityThreshold;
108 TI_UINT16 maxDurationOnNonServingChannel;
123 TI_UINT16 nextEmptySpaceInReport;
124 TI_UINT16 frameLength;
measurementMgrApi.h 83 TI_STATUS measurementMgr_setMeasurementMode(TI_HANDLE hMeasurementMgr, TI_UINT16 capabilities,
84 TI_UINT8 * pIeBuffer, TI_UINT16 length);
97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.h 143 TI_UINT16 version;
145 TI_UINT16 pairwiseSuiteCnt;
147 TI_UINT16 authKeyMngSuiteCnt;
149 TI_UINT16 capabilities;
150 TI_UINT16 pmkIdCnt; /* only one PMKID is supported per AP */
160 TI_UINT16 unicastSuiteCnt;
162 TI_UINT16 KeyMngSuiteCnt;
168 TI_UINT16 pmkIdCnt;
admCtrlWpa.h 101 TI_UINT16 version;
103 TI_UINT16 pairwiseSuiteCnt;
105 TI_UINT16 authKeyMngSuiteCnt;
107 TI_UINT16 capabilities;
115 TI_UINT16 unicastSuiteCnt;
117 TI_UINT16 KeyMngSuiteCnt;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtilApi.h 49 typedef void (*GeneralEventCall_t)(TI_HANDLE Context,int EventCount,TI_UINT16 Mask,TI_UINT32 Cookie);
54 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
55 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
56 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,TI_UINT16 Mask);
60 void DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,int EventCount);
GeneralUtil.h 80 TI_UINT16 Mask;
txCtrl_Api.h 66 pPktCtrlBlk->tTxnStruct.aLen[0] = (TI_UINT16 ) (uHdrLen); \
68 pPktCtrlBlk->tTxnStruct.aLen[1] = (TI_UINT16 ) (uDataLen); \
70 pPktCtrlBlk->tTxDescriptor.length = (TI_UINT16)((uHdrLen) + (uDataLen));
99 TI_UINT16 EventMask,
103 TI_STATUS txCtrlParams_AddToNotifMask(TI_HANDLE hTxCtrl, TI_HANDLE Notifh, TI_UINT16 EventMask);
107 TI_UINT16 mediumTime,
131 void txCtrlParams_updateTxSessionCount(TI_HANDLE hTxCtrl, TI_UINT16 txSessionCount);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
Ethernet.h 49 TI_UINT16 type;
58 TI_UINT16 length;
63 TI_UINT16 type;
bssTypes.h 92 TI_UINT16 beaconInterval; /**< Beacon interval of this AP */
93 TI_UINT16 capabilities; /**< capabilities of this AP */
98 TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
paramOut.h 258 TI_UINT16 offset; /* Offset of the field to compare from the start of the packet*/
363 TI_UINT16 bufLength;
394 TI_UINT16 uDesireCwMax; /**< The contention window maximum size (in slots) from ini file */
399 TI_UINT16 aBaInactivityTimeout[MAX_NUM_OF_802_1d_TAGS];
409 TI_UINT16 bufferSize;
417 TI_UINT16 channel;
423 TI_UINT16 numOfEntries;
428 TI_UINT16 maxChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
429 TI_UINT16 minChannelDuration; /* One channel max duration time. (time slot 0 - 65000) */
444 TI_UINT16 channelNum
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h 53 typedef unsigned short TI_UINT16;
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 240 TI_UINT16 fc;
241 TI_UINT16 duration;
245 TI_UINT16 seqCtrl;
246 TI_UINT16 qosControl;
252 TI_UINT16 fc;
253 TI_UINT16 duration;
257 TI_UINT16 seqCtrl;
264 TI_UINT16 fc;
265 TI_UINT16 duration;
269 TI_UINT16 seqCtrl
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 109 typedef void (*TCmdQueueCb) (TI_HANDLE handle, TI_UINT16 uMboxStatus);
112 typedef void (*TCmdQueueGenericCb)(TI_HANDLE handle, TI_UINT16 uCmdType, TI_UINT16 uCmdID, TI_UINT32 status);
CmdBldDb.h 55 TI_UINT16 RtsThreshold;
58 TI_UINT16 FragmentThreshold;
60 TI_UINT16 Capabilities;
65 TI_UINT16 Aid;
71 TI_UINT16 CwMin;
78 TI_UINT16 TxCompletePacingThreshold;
79 TI_UINT16 TxCompletePacingTimeout;
80 TI_UINT16 RxIntrPacingThreshold;
81 TI_UINT16 RxIntrPacingTimeout;
172 TI_UINT16 BeaconInterval
    [all...]

Completed in 550 milliseconds

1 2 3 4 5