Home
last modified time | relevance | path

Searched refs:nchannels (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
Ddfs_process_radar_found_ind.c513 uint8_t *nchannels) in dfs_get_320mhz_bonding_channels() argument
522 *nchannels = NUM_CHANNELS_240MHZ; in dfs_get_320mhz_bonding_channels()
528 uint8_t *nchannels) in dfs_get_320mhz_bonding_channels() argument
530 *nchannels = 0; in dfs_get_320mhz_bonding_channels()
548 uint8_t nchannels = 0; in dfs_get_bonding_channel_without_seg_info_for_freq() local
553 nchannels = 1; in dfs_get_bonding_channel_without_seg_info_for_freq()
557 nchannels = 2; in dfs_get_bonding_channel_without_seg_info_for_freq()
561 nchannels = 4; in dfs_get_bonding_channel_without_seg_info_for_freq()
565 nchannels = 8; in dfs_get_bonding_channel_without_seg_info_for_freq()
572 nchannels = 8; in dfs_get_bonding_channel_without_seg_info_for_freq()
[all …]
Ddfs_cac.c314 uint8_t nchannels, i; in dfs_send_dfs_events_for_chan() local
317 nchannels = in dfs_send_dfs_events_for_chan()
327 for (i = 0; i < nchannels; i++) { in dfs_send_dfs_events_for_chan()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_extscan_tlv.c681 int nchannels = 0; in wmi_get_buf_extscan_start_cmd() local
710 nchannels += src_bucket->num_channels; in wmi_get_buf_extscan_start_cmd()
715 nbuckets, nchannels); in wmi_get_buf_extscan_start_cmd()
716 len += nchannels * sizeof(wmi_extscan_bucket_channel); in wmi_get_buf_extscan_start_cmd()
871 nchannels * sizeof(wmi_extscan_bucket_channel)); in wmi_get_buf_extscan_start_cmd()
879 for (i = 0; i < nchannels; i++) { in wmi_get_buf_extscan_start_cmd()
888 (nchannels * sizeof(wmi_extscan_bucket_channel)); in wmi_get_buf_extscan_start_cmd()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h2247 uint32_t nchannels; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1353 nchannels, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5806 uint8_t nchannels; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c5036 pDst->nchannels = *pBuf; in dot11f_unpack_ie_fh_params()
26462 *pBuf = pSrc->nchannels; in dot11f_pack_ie_fh_params()