Home
last modified time | relevance | path

Searched refs:radar_history_result (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Difaceeventhandler.cpp728 radar_history_result *newEntry; in wifiParseRadarHistory()
729 radar_history_result *temp; in wifiParseRadarHistory()
731 u32 newEntrySize = sizeof(radar_history_result); in wifiParseRadarHistory()
755 temp = (radar_history_result *) realloc( in wifiParseRadarHistory()
765 newEntry = (radar_history_result *)( in wifiParseRadarHistory()
897 radar_history_result *resultBuf, int resultBufSize, int *numResults) { in copyCachedRadarHistory()
901 radar_history_result *sEntry = NULL; in copyCachedRadarHistory()
902 radar_history_result *tEntry = NULL; in copyCachedRadarHistory()
907 if (resultBufSize < (offset + sizeof(radar_history_result))) { in copyCachedRadarHistory()
911 sEntry = (radar_history_result *)( in copyCachedRadarHistory()
[all …]
Difaceeventhandler.h51 radar_history_result *entries;
126 virtual wifi_error copyCachedRadarHistory(radar_history_result *resultBuf,
Dcommon.h223 } radar_history_result; typedef
268 radar_history_result *resultBuf, int resultBufSize, int *numResults);
Dwifi_hal.cpp3354 radar_history_result *resultBuf, int resultBufSize, int *numResults) in wifi_get_radar_history()