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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteHash.c 144 siteTablesParams_t *pCurrentSiteTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
149 if ( pCurrentSiteTable->maxNumOfSites > MAX_SITES_BG_BAND )
152 "findSiteEntry. pCurrentSiteTable->maxNumOfSites=%d exceeds the limit %d\n",
153 pCurrentSiteTable->maxNumOfSites, MAX_SITES_BG_BAND);
161 for (i = 0; i < pCurrentSiteTable->maxNumOfSites; i++)
163 pSiteEntry = &(pCurrentSiteTable->siteTable[i]);
176 if (pCurrentSiteTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
178 pCurrentSiteTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
182 pCurrentSiteTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables
    [all...]
siteHash.h 82 siteTablesParams_t *pCurrentSiteTable;
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 552 siteTablesParams_t *pCurrentSiteTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
558 if ( pCurrentSiteTable->maxNumOfSites > MAX_SITES_BG_BAND )
560 WLAN_OS_REPORT(("printSiteTable. pCurrentSiteTable->maxNumOfSites=%d exceeds the limit %d\n",
561 pCurrentSiteTable->maxNumOfSites, MAX_SITES_BG_BAND));
563 pCurrentSiteTable->maxNumOfSites = MAX_SITES_BG_BAND;
569 for (i = 0; i < pCurrentSiteTable->maxNumOfSites; i++)
571 pSiteEntry = &(pCurrentSiteTable->siteTable[i]);
576 if ( pCurrentSiteTable->siteTable[i].ssid.len > MAX_SSID_LEN )
578 WLAN_OS_REPORT(("printSiteTable. pCurrentSiteTable->siteTable[%d].ssid.len=%d exceeds the limit %d\n"
    [all...]

Completed in 939 milliseconds