Home | History | Annotate | Download | only in Application

Lines Matching refs:pBssEntry

3049     bssEntry_t* pBssEntry = &(pScanMngr->BSSList.BSSList[ entryIndex ]);
3052 WLAN_OS_REPORT( ("BSSID: %02x:%02x:%02x:%02x:%02x:%02x, band: %d\n", pBssEntry->BSSID[ 0 ],
3053 pBssEntry->BSSID[ 1 ], pBssEntry->BSSID[ 2 ],
3054 pBssEntry->BSSID[ 3 ], pBssEntry->BSSID[ 4 ],
3055 pBssEntry->BSSID[ 5 ], pBssEntry->band));
3057 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
3059 (TI_TRUE == pBssEntry->bNeighborAP ? "YES" : "NO"),
3063 INT64_HIGHER( pBssEntry->lastRxTSF ), INT64_LOWER( pBssEntry->lastRxTSF )));
3065 pBssEntry->lastRxHostTimestamp, pBssEntry->rxRate));