HomeSort by relevance Sort by last modified time
    Searched refs:bStable (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c 133 TI_BOOL bStable; /**< table status (updating / stable) */
200 pScanResultTable->bStable = TI_TRUE;
253 if (TI_TRUE == pScanResultTable->bStable)
257 pScanResultTable->bStable = TI_FALSE;
322 if (TI_TRUE == pScanResultTable->bStable)
330 pScanResultTable->bStable = TI_TRUE;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 137 TI_BOOL bStable; /**< table status (updating / stable) */
214 pScanResultTable->bStable = TI_TRUE;
286 if (TI_TRUE == pScanResultTable->bStable)
290 pScanResultTable->bStable = TI_FALSE;
370 if ((TI_TRUE == pScanResultTable->bStable) && (SCAN_RESULT_TABLE_CLEAR == pScanResultTable->eClearTable))
378 pScanResultTable->bStable = TI_TRUE;
    [all...]

Completed in 592 milliseconds