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

1 2

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 126 TI_UINT8 numOfEntries; /**< Number of entries in the BSS list */
159 TI_UINT8 numOfEntries; /**< Number of entries in Neighbor AP list */
paramOut.h 423 TI_UINT16 numOfEntries;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 104 UINT8 numOfEntries; /**< number of entries in the list */
123 UINT8 numOfEntries; /**< the number of entries in the list */
paramOut.h 516 UINT16 numOfEntries;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 126 TI_UINT8 numOfEntries; /**< Number of entries in the BSS list */
159 TI_UINT8 numOfEntries; /**< Number of entries in Neighbor AP list */
paramOut.h 423 TI_UINT16 numOfEntries;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 366 (pScanMngr->BSSList.numOfEntries > 0)) /* in case no AP was found for specified iterations number,
441 (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery))
    [all...]
roamingMngr_autoSM.c 244 if ((pRoamingMngr->pListOfAPs != NULL) && (pRoamingMngr->pListOfAPs->numOfEntries > 0))
352 (pRoamingMngr->pListOfAPs->numOfEntries == 0))
360 for (index=0; index<pRoamingMngr->pListOfAPs->numOfEntries; index++ )
595 (pRoamingMngr->pListOfAPs->numOfEntries>0))
629 pBssList->numOfEntries = 0;
794 pBssList->numOfEntries = 0;
scanMngr.h 158 TI_UINT8 numOfEntries; /**< number of entries in the list */
192 TI_UINT8 numOfEntries; /**< Number of entries in the list */
    [all...]
roamingMngr.c 414 if (pNeighborAPList->numOfEntries>0)
427 TRACE2(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_updateNeighborApListCb, numberOfAps = %d, enableDisable=%d\n", pNeighborAPList->numOfEntries, pRoamingMngr->roamingMngrConfig.enableDisable);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c 153 pScanMngr->BSSList.numOfEntries = 0;
165 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_2_4_GHZ ].numOfEntries = 0;
166 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_5_0_GHZ ].numOfEntries = 0;
487 pScanMngr->BSSList.numOfEntries = 0;
578 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_2_4_GHZ ].numOfEntries = 0;
579 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_5_0_GHZ ].numOfEntries = 0;
609 for ( BSSIndex = 0; BSSIndex < pScanMngr->BSSList.numOfEntries; )
665 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_2_4_GHZ ].numOfEntries = 0;
666 pScanMngr->neighborAPsDiscoveryList[ RADIO_BAND_5_0_GHZ ].numOfEntries = 0;
669 for ( neighborAPIndex = 0; neighborAPIndex < neighborAPList->numOfEntries; neighborAPIndex++
    [all...]
scanMngr.h 163 UINT8 numOfEntries; /**< number of entries in the list */
197 UINT8 numOfEntries; /**< Number of entries in the list */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.c 357 (pScanMngr->BSSList.numOfEntries > 0)) /* in case no AP was found for specified iterations number,
432 (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery))
    [all...]
roamingMngr_autoSM.c 244 if ((pRoamingMngr->pListOfAPs != NULL) && (pRoamingMngr->pListOfAPs->numOfEntries > 0))
352 (pRoamingMngr->pListOfAPs->numOfEntries == 0))
360 for (index=0; index<pRoamingMngr->pListOfAPs->numOfEntries; index++ )
590 (pRoamingMngr->pListOfAPs->numOfEntries>0))
623 pBssList->numOfEntries = 0;
786 pBssList->numOfEntries = 0;
scanMngr.h 158 TI_UINT8 numOfEntries; /**< number of entries in the list */
192 TI_UINT8 numOfEntries; /**< Number of entries in the list */
    [all...]
roamingMngr.c 414 if (pNeighborAPList->numOfEntries>0)
427 TRACE2(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_updateNeighborApListCb, numberOfAps = %d, enableDisable=%d\n", pNeighborAPList->numOfEntries, pRoamingMngr->roamingMngrConfig.enableDisable);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c     [all...]
  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 178 WLAN_OS_REPORT(("Roaming connect: BSS LIST num of entries=%d \n", bssList->numOfEntries));
346 for (i=0 ; i< bssList->numOfEntries ; i++)
  /system/wlan/ti/wilink_6_1/Test/
roamingMgrDebug.c 178 WLAN_OS_REPORT(("Roaming connect: BSS LIST num of entries=%d \n", bssList->numOfEntries));
346 for (i=0 ; i< bssList->numOfEntries ; i++)
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
g_tester.c     [all...]
cu_cmd.c     [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...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 478 milliseconds

1 2