Searched refs:uAllowedChannelsCount (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DScanCncnOsSm.c420 TI_UINT32 i, j, uAllowedChannelsCount, uValidChannelsCnt = 0; local
428 uAllowedChannelsCount = tParam.content.supportedChannels.sizeOfList;
431 if (uAllowedChannelsCount > SCAN_MAX_NUM_OF_NORMAL_CHANNELS_PER_COMMAND)
433 uAllowedChannelsCount = SCAN_MAX_NUM_OF_NORMAL_CHANNELS_PER_COMMAND;
438 tParam.content.supportedChannels.listOfChannels, uAllowedChannelsCount );
445 for (i = 0; i < uAllowedChannelsCount; i++)

Completed in 26 milliseconds