Home
last modified time | relevance | path

Searched refs:supportedChannels (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_req_frame.c73 if (assoc_req->supportedChannels.length >= in lim_convert_supported_channels()
76 assoc_req->supportedChannels.length); in lim_convert_supported_channels()
77 assoc_ind->supportedChannels.numChnl = 0; in lim_convert_supported_channels()
81 for (i = 0; i < (assoc_req->supportedChannels.length); i++) { in lim_convert_supported_channels()
83 first_ch_no = assoc_req->supportedChannels.supportedChannels[i]; in lim_convert_supported_channels()
84 assoc_ind->supportedChannels.channelList[index] = first_ch_no; in lim_convert_supported_channels()
89 chn_count = assoc_req->supportedChannels.supportedChannels[i]; in lim_convert_supported_channels()
92 assoc_ind->supportedChannels.numChnl = 0; in lim_convert_supported_channels()
110 assoc_ind->supportedChannels.channelList[index] in lim_convert_supported_channels()
115 assoc_ind->supportedChannels.numChnl = 0; in lim_convert_supported_channels()
[all …]
H A Dlim_process_mlm_rsp_messages.c824 sme_assoc_ind->supportedChannels.numChnl = in lim_fill_sme_assoc_ind_params()
825 assoc_ind->supportedChannels.numChnl; in lim_fill_sme_assoc_ind_params()
826 qdf_mem_copy((uint8_t *) &sme_assoc_ind->supportedChannels. in lim_fill_sme_assoc_ind_params()
828 (uint8_t *) &(assoc_ind->supportedChannels.channelList), in lim_fill_sme_assoc_ind_params()
829 assoc_ind->supportedChannels.numChnl); in lim_fill_sme_assoc_ind_params()
H A Dlim_types.h235 struct supported_channels supportedChannels; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dutils_parser.c233 qdf_mem_copy((uint8_t *) pOld->supportedChannels, in convert_supp_channels()
H A Dparser_api.c2077 struct supported_channels supportedChannels;
2082 supportedChannels.channelList,
2083 &supportedChannels.numChnl,
2086 p = supportedChannels.channelList;
2087 pDot11f->num_bands = supportedChannels.numChnl;
3433 convert_supp_channels(mac, &pAssocReq->supportedChannels,
4461 convert_supp_channels(mac, &pAssocReq->supportedChannels,
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h361 tSirMacSupportedChannelIE supportedChannels; member
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h855 uint8_t supportedChannels[96]; member
H A Dsir_api.h1067 struct supported_channels supportedChannels; member