Searched refs:supportedChannels (Results 1 – 8 of 8) sorted by relevance
73 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 …]
824 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()
235 struct supported_channels supportedChannels; member
233 qdf_mem_copy((uint8_t *) pOld->supportedChannels, in convert_supp_channels()
2077 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,
361 tSirMacSupportedChannelIE supportedChannels; member
855 uint8_t supportedChannels[96]; member
1067 struct supported_channels supportedChannels; member