Home
last modified time | relevance | path

Searched refs:hdd_ctxt (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_regulatory.c1317 void hdd_ch_avoid_ind(struct hdd_context *hdd_ctxt, in hdd_ch_avoid_ind() argument
1327 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 …]
Dwlan_hdd_main.c13344 hdd_check_chn_bw_boundary_unsafe(struct hdd_context *hdd_ctxt, in hdd_check_chn_bw_boundary_unsafe() argument
13366 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()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h3624 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