Searched refs:avoid_freq_list (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_avoid_freq_ext.c | 64 struct ch_avoid_ind_type avoid_freq_list; in __wlan_hdd_cfg80211_avoid_freq_ext() local 96 qdf_mem_zero(&avoid_freq_list, sizeof(struct ch_avoid_ind_type)); in __wlan_hdd_cfg80211_avoid_freq_ext() 123 avoid_freq_list.ch_avoid_range_cnt = CH_AVOID_MAX_RANGE; in __wlan_hdd_cfg80211_avoid_freq_ext() 129 avoid_freq_list.restriction_mask = nla_get_u32(tb[sub_id]); in __wlan_hdd_cfg80211_avoid_freq_ext() 131 if (avoid_freq_list.restriction_mask & BIT(NL80211_IFTYPE_AP)) in __wlan_hdd_cfg80211_avoid_freq_ext() 132 avoid_freq_list.restriction_mask = (1 << QDF_SAP_MODE); in __wlan_hdd_cfg80211_avoid_freq_ext() 149 avoid_freq_range = &avoid_freq_list.avoid_freq_range[i]; in __wlan_hdd_cfg80211_avoid_freq_ext() 198 avoid_freq_list.restriction_mask); in __wlan_hdd_cfg80211_avoid_freq_ext() 205 avoid_freq_list.ch_avoid_range_cnt = i; in __wlan_hdd_cfg80211_avoid_freq_ext() 209 ucfg_reg_ch_avoid_ext(hdd_ctx->psoc, &avoid_freq_list); in __wlan_hdd_cfg80211_avoid_freq_ext()
|
D | wlan_hdd_regulatory.c | 1319 struct ch_avoid_ind_type *avoid_freq_list) in hdd_ch_avoid_ind() argument 1333 qdf_mem_copy(&hdd_ctxt->coex_avoid_freq_list, avoid_freq_list, in hdd_ch_avoid_ind() 1376 if (wlan_hdd_merge_avoid_freqs(avoid_freq_list, in hdd_ch_avoid_ind() 1388 wlan_hdd_send_avoid_freq_event(hdd_ctxt, avoid_freq_list); in hdd_ch_avoid_ind()
|
D | wlan_hdd_cfg80211.h | 501 struct ch_avoid_ind_type *avoid_freq_list);
|
D | wlan_hdd_cfg80211.c | 1511 struct ch_avoid_ind_type *avoid_freq_list) in wlan_hdd_send_avoid_freq_event() argument 1524 if (!avoid_freq_list) { in wlan_hdd_send_avoid_freq_event() 1538 (void *)avoid_freq_list, sizeof(struct ch_avoid_ind_type)); in wlan_hdd_send_avoid_freq_event() 17178 struct ch_avoid_ind_type avoid_freq_list; in __wlan_hdd_cfg80211_avoid_freq() local 17197 qdf_mem_zero(&avoid_freq_list, sizeof(struct ch_avoid_ind_type)); in __wlan_hdd_cfg80211_avoid_freq() 17227 qdf_mem_copy(&avoid_freq_list, channel_list, data_len); in __wlan_hdd_cfg80211_avoid_freq() 17230 ucfg_reg_ch_avoid(hdd_ctx->psoc, &avoid_freq_list); in __wlan_hdd_cfg80211_avoid_freq()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_lte.c | 63 for (i = 0; i < psoc_priv_obj->avoid_freq_list.ch_avoid_range_cnt; in reg_process_ch_avoid_freq() 72 range = &psoc_priv_obj->avoid_freq_list.avoid_freq_range[i]; in reg_process_ch_avoid_freq() 203 qdf_mem_zero(&psoc_priv_obj->avoid_freq_list, in reg_process_ch_avoid_event() 217 psoc_priv_obj->avoid_freq_list.avoid_freq_range[i].start_freq = in reg_process_ch_avoid_event() 219 psoc_priv_obj->avoid_freq_list.avoid_freq_range[i].end_freq = in reg_process_ch_avoid_event() 222 psoc_priv_obj->avoid_freq_list.ch_avoid_range_cnt = in reg_process_ch_avoid_event()
|
D | reg_callbacks.c | 148 &psoc_priv_obj->avoid_freq_list, in reg_alloc_and_fill_payload() 149 sizeof(psoc_priv_obj->avoid_freq_list)); in reg_alloc_and_fill_payload()
|
D | reg_priv_objs.h | 272 struct ch_avoid_ind_type avoid_freq_list; member
|
D | reg_services_common.c | 4036 psoc_priv_obj->avoid_freq_list.ch_avoid_range_cnt; i++) { in reg_get_usable_channel_coex_filter() 4038 psoc_priv_obj->avoid_freq_list.avoid_freq_range[i]; in reg_get_usable_channel_coex_filter()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_main.h | 3626 struct ch_avoid_ind_type *avoid_freq_list); 3637 struct ch_avoid_ind_type *avoid_freq_list) in hdd_ch_avoid_ind() argument
|