Home | History | Annotate | Download | only in Test

Lines Matching defs:pCurrentSiteTable

535     siteTablesParams_t      *pCurrentSiteTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
545 for (i = 0; i < pCurrentSiteTable->maxNumOfSites; i++)
547 pSiteEntry = &(pCurrentSiteTable->siteTable[i]);
552 os_memoryCopy(pSiteMgr->hOs ,ssid, (void *)pCurrentSiteTable->siteTable[i].ssid.str, pCurrentSiteTable->siteTable[i].ssid.len);
553 ssid[pCurrentSiteTable->siteTable[i].ssid.len] = 0;
580 pCurrentSiteTable->siteTable[i].bssid[0],
581 pCurrentSiteTable->siteTable[i].bssid[1],
582 pCurrentSiteTable->siteTable[i].bssid[2],
583 pCurrentSiteTable->siteTable[i].bssid[3],
584 pCurrentSiteTable->siteTable[i].bssid[4],
585 pCurrentSiteTable->siteTable[i].bssid[5]));
588 if (pCurrentSiteTable->siteTable[i].bssType == BSS_INFRASTRUCTURE)
590 else if (pCurrentSiteTable->siteTable[i].bssType == BSS_INDEPENDENT)
592 else if (pCurrentSiteTable->siteTable[i].bssType == BSS_ANY)
598 WLAN_OS_REPORT(("Channel %d\n", pCurrentSiteTable->siteTable[i].channel));
602 switch (pCurrentSiteTable->siteTable[i].maxBasicRate)
653 WLAN_OS_REPORT(("Max Basic Rate INVALID, 0x%X\n", pCurrentSiteTable->siteTable[i].maxBasicRate));
657 switch (pCurrentSiteTable->siteTable[i].maxActiveRate)
712 WLAN_OS_REPORT(("Max Active Rate INVALID, 0x%X\n", pCurrentSiteTable->siteTable[i].maxActiveRate));
718 if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_QPSK)
720 else if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_CCK)
722 else if (pCurrentSiteTable->siteTable[i].probeModulation == DRV_MODULATION_PBCC)
725 WLAN_OS_REPORT(("Probe Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].probeModulation));
727 if (pCurrentSiteTable->siteTable[i].beaconModulation == DRV_MODULATION_QPSK)
729 else if (pCurrentSiteTable->siteTable[i].beaconModulation == DRV_MODULATION_CCK)
731 else if (pCurrentSiteTable->siteTable[i].beaconModulation == DRV_MODULATION_PBCC)
734 WLAN_OS_REPORT(("Beacon Modulation INVALID, %d\n", pCurrentSiteTable->siteTable[i].beaconModulation));
738 if (pCurrentSiteTable->siteTable[i].privacy == TI_TRUE)
743 if (pCurrentSiteTable->siteTable[i].currentPreambleType == PREAMBLE_SHORT)
745 else if (pCurrentSiteTable->siteTable[i].currentPreambleType == PREAMBLE_LONG)
748 WLAN_OS_REPORT(("Preamble INVALID, %d\n", pCurrentSiteTable->siteTable[i].currentPreambleType));
753 WLAN_OS_REPORT(("Beacon interval %d\n", pCurrentSiteTable->siteTable[i].beaconInterval));
755 WLAN_OS_REPORT(("Local Time Stamp %d\n", pCurrentSiteTable->siteTable[i].localTimeStamp));
757 WLAN_OS_REPORT(("rssi %d\n", pCurrentSiteTable->siteTable[i].rssi));
761 WLAN_OS_REPORT(("Fail status %d\n", pCurrentSiteTable->siteTable[i].failStatus));
763 WLAN_OS_REPORT(("ATIM Window %d\n", pCurrentSiteTable->siteTable[i].atimWindow));
775 if (pCurrentSiteTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
779 pCurrentSiteTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
785 pCurrentSiteTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;