HomeSort by relevance Sort by last modified time
    Searched refs:supportedChannels (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnOsSm.c 438 uAllowedChannelsCount = tParam.content.supportedChannels.sizeOfList;
448 tParam.content.supportedChannels.listOfChannels, uAllowedChannelsCount );
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 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;
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 713 supportedChannels_t supportedChannels;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 499 regulatoryDomain_buildDefaultListOfChannelsPerBand(pRegulatoryDomain, band, &pParam->content.supportedChannels.sizeOfList);
500 pParam->content.supportedChannels.listOfChannels = pRegulatoryDomain->pDefaultChannels;
    [all...]

Completed in 41 milliseconds