HomeSort by relevance Sort by last modified time
    Searched full:tsf (Results 1 - 25 of 62) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 393 /* recalculate current TSF, to adjust the TSF read at the beginning of
424 /* in case a TSF error was received on last continuous scan cycle, mark (now, that tracking
425 on both bands was attempted), that TSF values are synchronized */
508 /* SPS scan was completed with TSF error */
511 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Continuous scan callback called with TSF error indication\n");
512 /* mark that the TSF values are no longer valid */
646 * \brief CB function for current TSF and last beacon TSF and DTIM read.\n
659 /* set the current TSF and last beacon TSF and DTIM count *
    [all...]
scanMngr.h 61 #define SCAN_SPS_NUM_OF_TSF_DELTA_ENTRIES 4 /* number of TSF delta ^ 2 entries */
170 * the TSF of the AP the station is connected to at the
174 TI_INT64 prevTSFDelta; /**< Previous TSF delta */
177 * between prev. TSF delta
206 * local TSF value of AP next frame
350 * (no TSF error event occurred)
353 * the local current TSF value
357 * (at the time of the above TSF value)
364 * The local TSF value at the last
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c     [all...]
scanMngr.h 66 #define SCAN_SPS_NUM_OF_TSF_DELTA_ENTRIES 4 /* number of TSF delta ^ 2 entries */
175 * the TSF of the AP the station is connected to at the
179 INT64 prevTSFDelta; /**< Previous TSF delta */
182 * between prev. TSF delta
211 * local TSF value of AP next frame
350 * (no TSF error event occurred)
353 * the local current TSF value
357 * (at the time of the above TSF value)
364 * The local TSF value at the last
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.c 384 /* recalculate current TSF, to adjust the TSF read at the beginning of
415 /* in case a TSF error was received on last continuous scan cycle, mark (now, that tracking
416 on both bands was attempted), that TSF values are synchronized */
499 /* SPS scan was completed with TSF error */
502 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Continuous scan callback called with TSF error indication\n");
503 /* mark that the TSF values are no longer valid */
637 * \brief CB function for current TSF and last beacon TSF and DTIM read.\n
650 /* set the current TSF and last beacon TSF and DTIM count *
    [all...]
scanMngr.h 61 #define SCAN_SPS_NUM_OF_TSF_DELTA_ENTRIES 4 /* number of TSF delta ^ 2 entries */
170 * the TSF of the AP the station is connected to at the
174 TI_INT64 prevTSFDelta; /**< Previous TSF delta */
177 * between prev. TSF delta
206 * local TSF value of AP next frame
350 * (no TSF error event occurred)
353 * the local current TSF value
357 * (at the time of the above TSF value)
364 * The local TSF value at the last
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 202 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
203 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
244 TI_UINT64 latestTSFValue; /**< For SPS scan: the latest TSF at which a frame was received. Used to detect
245 * TSF error (AP recovery).
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 88 /* 5 */ SCAN_CRS_TSF_ERROR, /**< TSF error (AP recovery) occurred (for SPS only):
89 * SPS was not performed because current TSF value is less than designated TSF value.
112 TI_UINT32 staTSF; /* TSF of the station when the frame was received */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 203 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
204 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
245 TI_UINT64 latestTSFValue; /**< For SPS scan: the latest TSF at which a frame was received. Used to detect
246 * TSF error (AP recovery).
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 86 /* 5 */ SCAN_CRS_TSF_ERROR, /**< TSF error (AP recovery) occurred (for SPS only):
87 * SPS was not performed because current TSF value is less than designated TSF value.
110 TI_UINT32 staTSF; /* TSF of the station when the frame was received */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
scanTypes.h 134 UINT32 scanStartTime; /**< exact time to start scan in 4 lower bytes of the TSF */
167 * for SPS scan - the latest TSF at which a frame was
168 * received. Used to detect TSF error (AP recovery).
bssTypes.h 78 UINT64 lastRxTSF; /**< TSF of last received frame */
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 120 TI_BOOL bTSFError; /** indicates whether a TSF error occured */ /**<
121 * scan result: indicates a TSF error event and
ScanSrv.c 539 /* SPS scan - first byte indicates whether a TSF error (AP recovery) occured */
552 TRACE1( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "SPS scan completed. TSF error: , SPS result: %x\n", pScanSRV->SPSScanResult);
608 3. for SPS scan: Measure the time from current TSF to the TSF at which the
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 120 TI_BOOL bTSFError; /** indicates whether a TSF error occured */ /**<
121 * scan result: indicates a TSF error event and
ScanSrv.c 539 /* SPS scan - first byte indicates whether a TSF error (AP recovery) occured */
552 TRACE1( pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "SPS scan completed. TSF error: , SPS result: %x\n", pScanSRV->SPSScanResult);
608 3. for SPS scan: Measure the time from current TSF to the TSF at which the
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 88 SCAN_CRS_TSF_ERROR, /**< TSF error (AP recovery) occurred (for SPS only */
109 UINT32 staTSF; /* TSF of the station when the frame was received */
270 * \param bTSFError - whether a TSF error occurred (if SPS scan).\n
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 117 BOOLEAN bTSFError; /** indicates whether a TSF error occured */ /**<
118 * scan result: indicates a TSF error event and
ScanSrv.c 511 /* SPS scan - first byte indicates whether a TSF error (AP recovery) occured */
529 ("SPS scan completed. TSF error: %s, SPS result: %x\n",
585 3. for SPS scan: Measure the time from current TSF to the TSF at which the
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 91 TI_UINT64 lastRxTSF; /**< TSF of last received frame */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 91 TI_UINT64 lastRxTSF; /**< TSF of last received frame */
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 323 #define CFG_RX_TIMESTAMP_TSF BIT_16 /* 1 = sample frame's' arrival time in 32bits TSF, 0 = write it in MAC time stamp.*/
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h 323 #define CFG_RX_TIMESTAMP_TSF BIT_16 /* 1 = sample frame's' arrival time in 32bits TSF, 0 = write it in MAC time stamp.*/
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c     [all...]

Completed in 1750 milliseconds

1 2 3