Home
last modified time | relevance | path

Searched refs:wifiScanResults (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c682 static int32_t WlanFillScanResultsInfo(WifiScanResults *wifiScanResults, struct HdfWifiScanResults *scanResults) in WlanFillScanResultsInfo() argument
685 if (wifiScanResults == NULL || scanResults == NULL) { in WlanFillScanResultsInfo()
686 HDF_LOGE("%{public}s: wifiScanResults or scanResults is NULL!", __func__); in WlanFillScanResultsInfo()
689 for (i = 0; i < wifiScanResults->num; i++) { in WlanFillScanResultsInfo()
690 if (WlanFillScanResultInfoExt(&wifiScanResults->scanResult[i], &scanResults->res[i]) != HDF_SUCCESS) { in WlanFillScanResultsInfo()
694 scanResults->resLen = wifiScanResults->num; in WlanFillScanResultsInfo()
721 WifiScanResults *wifiScanResults, const char *ifName) in ProcessEventScanResults()
737 if (wifiScanResults->num == 0) { in ProcessEventScanResults()
745 scanResults->resLen = wifiScanResults->num; in ProcessEventScanResults()
748 if ((scanResults->res == NULL) || (WlanFillScanResultsInfo(wifiScanResults, scanResult in ProcessEventScanResults()
720 ProcessEventScanResults(struct HdfWlanRemoteNode *node, uint32_t event, WifiScanResults *wifiScanResults, const char *ifName) ProcessEventScanResults() argument
[all...]

Completed in 3 milliseconds