Lines Matching full:bssid
522 /* Set the GSCAN BSSID Hotlist. */
534 ALOGD("Setting GScan BSSID Hotlist, halHandle = %p", wifiHandle);
536 /* Check if a similar request to set bssid hotlist was made earlier.
543 ALOGE("%s: GSCAN Set BSSID Hotlist for request Id %d is still"
547 ALOGD("%s: GSCAN Set BSSID Hotlist for a different Request Id:%d"
612 apThreshold.bssid) ||
697 ALOGE("Resetting GScan BSSID Hotlist, halHandle = %p", wifiHandle);
701 ALOGE("%s: GSCAN Reset Hotlist BSSID requested for request Id %d"
702 "not matching that of existing GScan Set Hotlist BSSID:%d. "
887 apThreshold.bssid) ||
981 "BSSID:%d. Exit", __func__, id,
1193 ALOGI("HAL: BSSID: "
1195 result->bssid[0], result->bssid[1], result->bssid[2],
1196 result->bssid[3], result->bssid[4], result->bssid[5]);
1499 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
1500 memcpy(&results[i].bssid,
1555 "BSSID: %02x:%02x:%02x:%02x:%02x:%02x \n",
1556 results[i].bssid[0], results[i].bssid[1], results[i].bssid[2],
1557 results[i].bssid[3], results[i].bssid[4], results[i].bssid[5]);