Searched refs:hdd_ctxt (Results 1 – 3 of 3) sorted by relevance
1317 void hdd_ch_avoid_ind(struct hdd_context *hdd_ctxt, in hdd_ch_avoid_ind() argument1327 if (!hdd_ctxt) { in hdd_ch_avoid_ind()1332 mutex_lock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()1333 qdf_mem_copy(&hdd_ctxt->coex_avoid_freq_list, avoid_freq_list, in hdd_ch_avoid_ind()1335 mutex_unlock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()1337 restriction_mask = wlan_hdd_get_restriction_mask(hdd_ctxt); in hdd_ch_avoid_ind()1338 if (hdd_clone_local_unsafe_chan(hdd_ctxt, in hdd_ch_avoid_ind()1346 hdd_ctxt->unsafe_channel_count = 0; in hdd_ch_avoid_ind()1347 qdf_mem_zero(hdd_ctxt->unsafe_channel_list, in hdd_ch_avoid_ind()1348 sizeof(hdd_ctxt->unsafe_channel_list)); in hdd_ch_avoid_ind()[all …]
13344 hdd_check_chn_bw_boundary_unsafe(struct hdd_context *hdd_ctxt, in hdd_check_chn_bw_boundary_unsafe() argument13366 for (i = 0; i < hdd_ctxt->unsafe_channel_count; i++) { in hdd_check_chn_bw_boundary_unsafe()13367 if ((freq == hdd_ctxt->unsafe_channel_list[i]) || in hdd_check_chn_bw_boundary_unsafe()13368 (start_freq <= hdd_ctxt->unsafe_channel_list[i] && in hdd_check_chn_bw_boundary_unsafe()13369 hdd_ctxt->unsafe_channel_list[i] <= end_freq)) { in hdd_check_chn_bw_boundary_unsafe()13371 freq, hdd_ctxt->unsafe_channel_list[i]); in hdd_check_chn_bw_boundary_unsafe()
3624 void hdd_ch_avoid_ind(struct hdd_context *hdd_ctxt,3635 void hdd_ch_avoid_ind(struct hdd_context *hdd_ctxt, in hdd_ch_avoid_ind() argument