Searched defs:bssidList (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/wilink_6_1/Test/
H A DsmeDebug.c180 static void PrintBssidList(OS_802_11_BSSID_LIST_EX* bssidList, TI_UINT32 IsFullPrint, TMacAddr CurrentBssid) argument
184 POS_802_11_BSSID_EX pBssid = &bssidList->Bssid[0];
186 WLAN_OS_REPORT(("BssId List: Num=%u\n", bssidList->NumberOfItems));
188 for(i=0; i<bssidList->NumberOfItems; i++)
227 pBssid = &bssidList->Bssid[i+1];
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DrsnApi.h134 bssidRsnInfo_t bssidList[MAX_NUM_OF_PRE_AUTH_BSSIDS]; member in struct:__anon728
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dcu_wext.c67 static S32 CuWext_FillBssidList(struct iw_event *iwe, OS_802_11_BSSID_EX* bssidList, S32 index) argument
73 os_memcpy(bssidList[index].MacAddress, iwe->u.ap_addr.sa_data, MAC_ADDR_LEN);
74 bssidList[index].Configuration.BeaconPeriod = 0; /* default configuration */
78 bssidList[index-1].Ssid.SsidLength = iwe->u.data.length;
79 os_memcpy(bssidList[index-1].Ssid.Ssid, iwe->u.data.pointer, bssidList[index-1].Ssid.SsidLength);
81 bssidList[index-1].Ssid.Ssid[bssidList[index-1].Ssid.SsidLength] = 0;
99 bssidList[index-1].NetworkTypeInUse = i;
104 bssidList[inde
270 CuOs_GetBssidList(THandle hCuWext, OS_802_11_BSSID_LIST_EX *bssidList) argument
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DrsnApi.h190 TBssidRsnInfo bssidList[MAX_NUM_OF_PRE_AUTH_BSSIDS]; member in struct:__anon1798
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c189 static TI_STATUS getBssidList(siteMgr_t *pSiteMgr, OS_802_11_BSSID_LIST_EX *bssidList, UINT32* pLength, BOOL allVarIes);
3089 OUTPUT: bssidList - BSSID list pointer
3094 static TI_STATUS getBssidList(siteMgr_t *pSiteMgr, OS_802_11_BSSID_LIST_EX *bssidList, UINT32 *pLength, BOOL allVarIes) argument
3121 bssidList->NumberOfItems = 0;
3133 pData = (UINT8*)&bssidList->Bssid[0];
3392 bssidList->NumberOfItems += i;
3410 bssidList->NumberOfItems, length, (UINT32)pData));
3424 OUTPUT: bssidList - BSSID list pointer
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c584 static VOID CuCmd_PrintBssidList(OS_802_11_BSSID_LIST_EX* bssidList, S32 IsFullPrint, TMacAddr CurrentBssid) argument
588 POS_802_11_BSSID_EX pBssid = &bssidList->Bssid[0];
590 os_error_printf(CU_MSG_INFO2, (PS8)"BssId List: Num=%u\n", bssidList->NumberOfItems);
592 for(i=0; i<bssidList->NumberOfItems; i++)
631 pBssid = &bssidList->Bssid[i+1];
1009 OS_802_11_BSSID_LIST_EX* bssidList; local
1018 /* allocate the bssidList */
1019 bssidList = os_MemoryCAlloc(SizeOfBssiList, sizeof(U8));
1020 if(bssidList == NULL)
1028 /* means that bssidList i
1063 OS_802_11_BSSID_LIST_EX* bssidList; local
[all...]

Completed in 67 milliseconds