Home
last modified time | relevance | path

Searched refs:ch_list (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c642 struct wifi_pos_channel_list *ch_list = NULL; in wifi_pos_process_ch_info_req() local
679 ch_list = qdf_mem_malloc(sizeof(*ch_list)); in wifi_pos_process_ch_info_req()
680 if (!ch_list) { in wifi_pos_process_ch_info_req()
685 ch = ch_list->chan_info; in wifi_pos_process_ch_info_req()
689 wifi_pos_get_ch_info(psoc, ch_list); in wifi_pos_process_ch_info_req()
695 for (i = 0; i < ch_list->num_channels; i++) { in wifi_pos_process_ch_info_req()
780 qdf_mem_free(ch_list); in wifi_pos_process_ch_info_req()
1303 struct wifi_pos_channel_list *ch_list = NULL; in wifi_pos_populate_caps() local
1316 ch_list = qdf_mem_malloc(sizeof(*ch_list)); in wifi_pos_populate_caps()
1317 if (!ch_list) in wifi_pos_populate_caps()
[all …]
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c421 uint32_t *ch_list = NULL; in sap_chan_sel_init() local
439 ch_list = mac->scan.base_channels.channel_freq_list; in sap_chan_sel_init()
454 num_chan++, ch_list++, ch_info++) { in sap_chan_sel_init()
456 ch_info->chan_freq = *ch_list; in sap_chan_sel_init()
464 sap_ctx, *ch_list, in sap_chan_sel_init()
468 *ch_list); in sap_chan_sel_init()
472 *ch_list); in sap_chan_sel_init()
485 *ch_list, include_dfs_ch, in sap_chan_sel_init()
492 wlan_vdev_mlme_get_opmode(sap_ctx->vdev), *ch_list)) { in sap_chan_sel_init()
495 *ch_list); in sap_chan_sel_init()
[all …]
H A Dsap_internal.h342 qdf_list_t *ch_list, struct sap_sel_ch_info *ch_info,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1124 uint16_t *ch_list, in wlan_reg_update_nol_history_ch_for_freq() argument
1129 ch_list, in wlan_reg_update_nol_history_ch_for_freq()
1219 struct channel_power *ch_list, in wlan_reg_get_channel_list_with_power_for_freq() argument
1223 ch_list, in wlan_reg_get_channel_list_with_power_for_freq()
1390 struct channel_power *ch_list, in wlan_reg_get_channel_list_with_power() argument
1394 return reg_get_channel_list_with_power(pdev, ch_list, num_chan, in wlan_reg_get_channel_list_with_power()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h1524 uint16_t *ch_list,
1553 struct channel_power *ch_list,
1632 struct channel_power *ch_list,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c3440 struct channel_power *ch_list, in reg_append_6g_channel_list_with_power() argument
3460 ch_list[count_6g].center_freq = in reg_append_6g_channel_list_with_power()
3462 ch_list[count_6g].chan_num = in reg_append_6g_channel_list_with_power()
3464 ch_list[count_6g++].tx_power = in reg_append_6g_channel_list_with_power()
3473 struct channel_power *ch_list, in reg_append_6g_channel_list_with_power() argument
3482 struct channel_power *ch_list, in reg_get_channel_list_with_power() argument
3502 if (!num_chan || !ch_list) { in reg_get_channel_list_with_power()
3518 ch_list[count].center_freq = in reg_get_channel_list_with_power()
3520 ch_list[count].chan_num = in reg_get_channel_list_with_power()
3522 ch_list[count++].tx_power = in reg_get_channel_list_with_power()
[all …]
H A Dreg_services_common.h1043 struct channel_power *ch_list,
1086 struct channel_power *ch_list,
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/
H A Dwlan_dfs_utils_api.h593 uint16_t *ch_list,
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ioctl.c6711 uint32_t ch_list[NUM_CHANNELS]; in disconnect_sta_and_restart_sap() local
6720 status = policy_mgr_get_valid_chans(hdd_ctx->psoc, ch_list, &ch_count); in disconnect_sta_and_restart_sap()
7007 struct hdd_cache_channel_info *ch_list; in hdd_get_disable_ch_list() local
7019 ch_list = hdd_ctx->original_channels->channel_info; in hdd_get_disable_ch_list()
7024 ch_list[i].freq)); in hdd_get_disable_ch_list()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h2734 uint32_t *ch_list,
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c