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

1 2

  /hardware/ti/wlan/wl1271/utils/
GenSM.h 81 TI_INT8 *pGenSMName; /**< state machine name */
82 TI_INT8 **pStateDesc; /**< State description strings */
83 TI_INT8 **pEventDesc; /**< Event description strings */
90 TGenSM_matrix pMatrix, TI_UINT32 uInitialState, TI_INT8 *pGenSMName,
91 TI_INT8 **pStateDesc, TI_INT8 **pEventDesc, TI_UINT32 uModuleLogIndex);
GenSM.c 131 TGenSM_matrix pMatrix, TI_UINT32 uInitialState, TI_INT8 *pGenSMName,
132 TI_INT8 **pStateDesc, TI_INT8 **pEventDesc, TI_UINT32 uModuleLogIndex)
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 86 TI_INT8 apQualityThreshold; /**< Quality indicator (RSSI) to be used when comparing AP List matching quality
111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm;
117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low
120 TI_INT8 normalQualityForBackgroungScanCondition;/**< Indicator used to reduce the background scan period when quality is normal
roamingMngr_manualSM.h 84 extern TI_INT8* ManualRoamStateDescription[];
85 extern TI_INT8* ManualRoamEventDescription[];
roamingMngr_autoSM.h 97 extern TI_INT8* AutoRoamStateDescription[];
98 extern TI_INT8* AutoRoamEventDescription[];
scanMngrTypes.h 179 TI_INT8 rxRSSIThreshold; /**< Quality threshold for received frames */
roamingMngrApi.h 127 TI_INT8** RoamStateDescription; /* Roaming states index-name keyValue */
128 TI_INT8** RoamEventDescription; /* Roaming Events index-name keyValue */
roamingMngr_manualSM.c 146 TI_INT8* ManualRoamStateDescription[] =
154 TI_INT8* ManualRoamEventDescription[] =
scanMngr.h 489 TI_INT8 scanMngrGetTrackIndexByBssid( TI_HANDLE hScanMngr, TMacAddr* bssId );
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.h 70 extern TI_INT8* uStateDescription[];
71 extern TI_INT8* uEventDescription[];
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h 50 typedef signed char TI_INT8;
windows_types.h 58 TI_INT8* Buffer;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 110 TI_INT8 lowRssiThreshold; /**< Last configured threshold for Low-RSSI */
111 TI_INT8 lowSnrThreshold; /**< Last configured threshold Low-SNR */
112 TI_INT8 lowQualityForBkgrdScan; /**< Indicator used to increase the background scan period when quality is low */
113 TI_INT8 highQualityForBkgrdScan;/**< Indicator used to reduce the background scan period when quality is normal */
168 TI_INT8 * aLowQualityForBackgroungScanCondition,
169 TI_INT8 * aNormalQualityForBackgroungScanCondition);
currBssApi.h 68 TI_INT8 currBSS_RegisterTriggerEvent (TI_HANDLE hCurrBSS, TI_UINT8 triggerID,TI_UINT16 clientID, void* fCB, TI_HANDLE hCB);
ScanCncn.h 113 TI_INT8 rssi; /* RSSI level at which frame was received */
114 TI_INT8 snr; /* SNR level at which frame was received */
ScanCncnSm.h 83 TI_INT8 *pScanSmName;
117 TI_INT8* pScanSmName);
ScanCncnSm.c 98 static TI_INT8* uStateDescription[] =
106 static TI_INT8* uEventDescription[] =
179 TScanPrivateSMFunction fStopScan, TScanPrivateSMFunction fRecovery, TI_INT8* pScanSmName)
scanResultTable.h 94 TI_INT8 snr;
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 109 TI_INT8 RSSI; /**< average RSSI */
110 TI_INT8 lastRSSI; /** last given RSSI */
paramOut.h 168 TI_INT8 txPower;
704 TI_INT8 powerConstraint;
705 TI_INT8 desiredTxPower; /* The desired Tx power inforced by the User (Utility),
707 TI_INT8 ExternTxPowerPreferred; /*for other extern elements that want
921 TI_INT8 iSnrThreshold;
922 TI_INT8 iRssiThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 183 TI_INT8 connectionTypeStr[50];
217 (pBssid->Ssid.Ssid[0] == '\0')?(TI_INT8*)"****":((TI_INT8*)pBssid->Ssid.Ssid) ));
225 pBssid = (POS_802_11_BSSID_EX)((TI_INT8*)pBssid + (pBssid->Length ? pBssid->Length : sizeof(OS_802_11_BSSID_EX)));
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 307 TI_INT8 iRssiThreshold; /**< RSSI threshold */
308 TI_INT8 iSnrThreshold; /**< SNR threshold */
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.h 79 TI_INT8 activeRequestID;
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 356 TI_INT8 rangeUpperBound;
445 TRACE8(pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ":Noise histogram Measurement Ranges:\n%d %d %d %d %d %d %d %d\n", (TI_INT8) pNoiseHistParams.ranges[0], (TI_INT8) pNoiseHistParams.ranges[1], (TI_INT8) pNoiseHistParams.ranges[2], (TI_INT8) pNoiseHistParams.ranges[3], (TI_INT8) pNoiseHistParams.ranges[4], (TI_INT8) pNoiseHistParams.ranges[5], (TI_INT8) pNoiseHistParams.ranges[6], (TI_INT8) pNoiseHistParams.ranges[7]);
    [all...]

Completed in 608 milliseconds

1 2