Home | History | Annotate | Download | only in src

Lines Matching refs:supportedChannels

464             range->num_channels = pParam->content.supportedChannels.sizeOfList;    /* Number of channels [0; num - 1] */
465 range->num_frequency = pParam->content.supportedChannels.sizeOfList; /* Number of entry in the list */
467 for (i=0; i<pParam->content.supportedChannels.sizeOfList; i++)
471 range->freq[i].i = pParam->content.supportedChannels.listOfChannels[i]+1;