Home | History | Annotate | Download | only in Test

Lines Matching refs:pBssEntry

339     bssEntry_t* pBssEntry;
348 pBssEntry = &(bssList->BSSList[i]);
350 WLAN_OS_REPORT( ("BSSID: %02x:%02x:%02x:%02x:%02x:%02x, band: %d\n", pBssEntry->BSSID[ 0 ],
351 pBssEntry->BSSID[ 1 ], pBssEntry->BSSID[ 2 ],
352 pBssEntry->BSSID[ 3 ], pBssEntry->BSSID[ 4 ],
353 pBssEntry->BSSID[ 5 ], pBssEntry->band));
355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));