Home
last modified time | relevance | path

Searched refs:sizeOfList (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DScanCncnOsSm.c438 uAllowedChannelsCount = tParam.content.supportedChannels.sizeOfList; in scanCncnOsSm_FillAllAvailableChannels()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c463 …range->num_channels = pParam->content.supportedChannels.sizeOfList; /* Number of channels [0; n… in cmdInterpret_convertAndExecute()
464 …range->num_frequency = pParam->content.supportedChannels.sizeOfList; /* Number of entry in the l… in cmdInterpret_convertAndExecute()
466 for (i=0; i<pParam->content.supportedChannels.sizeOfList; i++) in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h470 TI_UINT8 sizeOfList; member
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c499 …faultListOfChannelsPerBand(pRegulatoryDomain, band, &pParam->content.supportedChannels.sizeOfList); in regulatoryDomain_getParam()