Searched refs:cac_result (Results 1 – 2 of 2) sorted by relevance
2106 struct prev_cac_result *cac_result = &sap_ctx->cac_result; in sap_update_cac_history() local2113 qdf_mem_zero(cac_result, in sap_update_cac_history()2119 cac_result->ap_start_time = in sap_update_cac_history()2121 cac_result->cac_ch_param = sap_ctx->ch_params; in sap_update_cac_history()2123 cac_result->cac_ch_param.mhz_freq_seg0, in sap_update_cac_history()2124 cac_result->cac_ch_param.mhz_freq_seg1, in sap_update_cac_history()2125 cac_result->cac_ch_param.ch_width); in sap_update_cac_history()2129 qdf_mem_zero(cac_result, in sap_update_cac_history()2134 if (cac_result->ap_start_time) { in sap_update_cac_history()2137 cac_result->ap_end_time = in sap_update_cac_history()[all …]
199 struct prev_cac_result cac_result; member