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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSm.h 121 BOOL reScanFlag;
smeSmApi.c 455 if ( TRUE == pSmeSm->reScanFlag )
458 ("SME_SM: doing additional scan due to reScanFlag = ON\n") );
459 pSmeSm->reScanFlag = FALSE;
479 pSmeSm->reScanFlag = FALSE; /* (Just to make sure) */
smeSm.c 261 pSmeSm->reScanFlag = FALSE;
599 WLAN_REPORT_INFORMATION(pSmeSm->hReport, SME_SM_MODULE_LOG, ("Setting reScanFlag to ON\n"));
601 pSmeSm->reScanFlag = TRUE;
    [all...]

Completed in 18 milliseconds