Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_ocb_tlv.c242 get_stats_param->channel_count * sizeof(*channel_stats_array)) { in send_dcc_get_stats_cmd_tlv()
268 cmd->num_channels = get_stats_param->channel_count; in send_dcc_get_stats_cmd_tlv()
368 update_ndl_param->channel_count * sizeof(*ndl_chan_array)) { in send_dcc_update_ndl_cmd_tlv()
374 for (i = 0; i < update_ndl_param->channel_count; i++) in send_dcc_update_ndl_cmd_tlv()
406 cmd->num_channel = update_ndl_param->channel_count; in send_dcc_update_ndl_cmd_tlv()
482 config->channel_count * sizeof(wmi_dcc_ndl_chan)) { in send_ocb_set_config_cmd_tlv()
489 i < config->channel_count; ++i, ++ndl_chan) in send_ocb_set_config_cmd_tlv()
505 WMI_TLV_HDR_SIZE + config->channel_count * in send_ocb_set_config_cmd_tlv()
507 WMI_TLV_HDR_SIZE + config->channel_count * in send_ocb_set_config_cmd_tlv()
509 WMI_TLV_HDR_SIZE + config->channel_count * in send_ocb_set_config_cmd_tlv()
[all …]
Dwmi_unified_ocb_ut.c281 config->vdev_id, config->channel_count, in fake_ocb_set_config_cmd_tlv()
284 for (i = 0; i < config->channel_count; i++) { in fake_ocb_set_config_cmd_tlv()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ocb.c194 for (i = 0; i < config->channel_count; i++) { in hdd_ocb_validate_config()
300 ret->channel_count = num_channels; in hdd_ocb_config_new()
502 config->channel_count = 0; in __iw_set_dot11p_channel_sched()
507 curr_chan = &(config->channels[config->channel_count]); in __iw_set_dot11p_channel_sched()
537 config->channel_count].mac_address.bytes, in __iw_set_dot11p_channel_sched()
555 config->channel_count++; in __iw_set_dot11p_channel_sched()
732 uint32_t channel_count) in wlan_hdd_ocb_config_channel_to_ocb_config_channel() argument
736 qdf_mem_zero(dest, channel_count * sizeof(*dest)); in wlan_hdd_ocb_config_channel_to_ocb_config_channel()
738 for (i = 0; i < channel_count; i++) { in wlan_hdd_ocb_config_channel_to_ocb_config_channel()
782 uint32_t channel_count, schedule_size; in __wlan_hdd_cfg80211_ocb_set_config() local
[all …]
Dwlan_hdd_cfg80211.c2736 uint32_t channel_count, uint32_t *freq_list) in hdd_update_reg_chan_info() argument
2750 sap_config->channel_info_count = channel_count; in hdd_update_reg_chan_info()
2757 for (i = 0; i < channel_count; i++) { in hdd_update_reg_chan_info()
3016 uint32_t *channel_count, in wlan_hdd_sap_get_valid_channellist() argument
3038 *channel_count = 0; in wlan_hdd_sap_get_valid_channellist()
3040 if (*channel_count >= NUM_CHANNELS) in wlan_hdd_sap_get_valid_channellist()
3047 freq_list[*channel_count] = pcl_freqs[i]; in wlan_hdd_sap_get_valid_channellist()
3048 *channel_count += 1; in wlan_hdd_sap_get_valid_channellist()
3055 freq_list[*channel_count] = pcl_freqs[i]; in wlan_hdd_sap_get_valid_channellist()
3056 *channel_count += 1; in wlan_hdd_sap_get_valid_channellist()
[all …]
/wlan-driver/qcacld-3.0/components/ocb/core/src/
Dwlan_ocb_main.c86 ocb_set_chan.ocb_channel_count = config->channel_count; in ocb_set_chan_info()
93 if (config->channel_count) { in ocb_set_chan_info()
96 buf_size = sizeof(*ocb_channel_info) * config->channel_count; in ocb_set_chan_info()
102 for (i = 0; i < config->channel_count; i++) { in ocb_set_chan_info()
477 src->channel_count * sizeof(*src->channels) + in ocb_copy_config()
491 cursor += src->channel_count * sizeof(*dst->channels); in ocb_copy_config()
493 src->channel_count * sizeof(*dst->channels)); in ocb_copy_config()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
Dwlan_ocb_public_structs.h80 uint32_t channel_count; member
96 uint32_t channel_count; member
172 uint32_t channel_count; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c3067 len += qdf_roundup(sizeof(uint8_t) * req->channel_count, in wma_send_ht40_obss_scanind()
3075 len += sizeof(uint32_t) * req->channel_count; in wma_send_ht40_obss_scanind()
3078 len, req->bss_id, req->channel_count, req->iefield_len); in wma_send_ht40_obss_scanind()
3113 cmd->channel_len = req->channel_count; in wma_send_ht40_obss_scanind()
3120 qdf_roundup(req->channel_count, sizeof(uint32_t))); in wma_send_ht40_obss_scanind()
3125 for (i = 0; i < req->channel_count; i++) { in wma_send_ht40_obss_scanind()
3131 buf_ptr += qdf_roundup(sizeof(uint8_t) * req->channel_count, in wma_send_ht40_obss_scanind()
3140 sizeof(uint32_t) * req->channel_count); in wma_send_ht40_obss_scanind()
3144 for (i = 0; i < req->channel_count; i++) { in wma_send_ht40_obss_scanind()
3149 buf_ptr += sizeof(uint32_t) * req->channel_count; in wma_send_ht40_obss_scanind()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
Dwlan_ocb_ucfg_api.c260 for (i = 0; i < config->channel_count; i++) { in ucfg_ocb_set_channel_config()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_messages.c535 ht40_obss_scanind->channel_count = channel24gnum; in lim_send_ht40_obss_scanind()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4036 uint8_t channel_count; member
/wlan-driver/fw-api/fw/
Dwmi_unified.h31448 A_UINT32 channel_count; member