Home
last modified time | relevance | path

Searched refs:NumberOfItems (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dcu_wext.c293 S32 res, NumberOfItems; in CuOs_GetBssidList() local
303 NumberOfItems = 0; in CuOs_GetBssidList()
334 NumberOfItems += CuWext_FillBssidList(&iwe, bssidList->Bssid, NumberOfItems); in CuOs_GetBssidList()
341 bssidList->NumberOfItems = NumberOfItems; in CuOs_GetBssidList()
/hardware/ti/wlan/wl1271/Test/
DsmeDebug.c186 WLAN_OS_REPORT(("BssId List: Num=%u\n", bssidList->NumberOfItems)); in PrintBssidList()
188 for(i=0; i<bssidList->NumberOfItems; i++) in PrintBssidList()
/hardware/ti/wlan/wl1271/utils/
DosDot11.h104 TI_UINT32 NumberOfItems; member
238 TI_UINT32 NumberOfItems; member
261 TI_UINT32 NumberOfItems; member
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DscanResultTable.c1030 pBssidList->NumberOfItems = 0; in scanResultTable_GetBssidList()
1260 pBssidList->NumberOfItems = pScanResultTable->uCurrentSiteNumber; in scanResultTable_GetBssidList()
1263 …tTable_GetBssidList: total length: %d, number of items: %d\n", uLength, pBssidList->NumberOfItems); in scanResultTable_GetBssidList()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c703 for (; i<my_list->NumberOfItems; i++) in cmdInterpret_convertAndExecute()
865 if(i == my_list->NumberOfItems) in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c613 os_error_printf(CU_MSG_INFO2, (PS8)"BssId List: Num=%u\n", bssidList->NumberOfItems); in CuCmd_PrintBssidList()
615 for(i=0; i<bssidList->NumberOfItems; i++) in CuCmd_PrintBssidList()
1055 bssidList->NumberOfItems = 0; in CuCmd_BssidList()
1105 bssidList->NumberOfItems = 0; in CuCmd_FullBssidList()