Home
last modified time | relevance | path

Searched refs:hist_count (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c2282 uint32_t hist_count; in wlansap_query_radar_history() local
2291 hist_count = nol_info->dfs_ch_nchans + MAX_NUM_OF_CAC_HISTORY; in wlansap_query_radar_history()
2293 hist_count); in wlansap_query_radar_history()
2308 sap_append_cac_history(mac_ctx, radar_result, &i, hist_count); in wlansap_query_radar_history()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c20643 uint32_t hist_count = 0; in __wlan_hdd_cfg80211_get_radar_history() local
20657 &radar_history, &hist_count); in __wlan_hdd_cfg80211_get_radar_history()
20661 len = get_radar_history_evt_len(hist_count); in __wlan_hdd_cfg80211_get_radar_history()
20675 for (idx = 0; idx < hist_count; idx++) { in __wlan_hdd_cfg80211_get_radar_history()
20711 hdd_debug("get radar history count %d, ret %d", hist_count, ret); in __wlan_hdd_cfg80211_get_radar_history()