Home
last modified time | relevance | path

Searched refs:bssDesc (Results 1 – 24 of 24) sorted by relevance

/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c142 WMBssDesc *bssDesc; in save_parentInfoEx() local
153 bssDesc = buf->bssDesc[k]; in save_parentInfoEx()
162 bssDescLength = (u16)(bssDesc->length * 2); in save_parentInfoEx()
167 if (bssDesc->bssid[0] == info->MacAdrList[i][0] && in save_parentInfoEx()
168 bssDesc->bssid[1] == info->MacAdrList[i][1] && in save_parentInfoEx()
169 bssDesc->bssid[2] == info->MacAdrList[i][2] && in save_parentInfoEx()
170 bssDesc->bssid[3] == info->MacAdrList[i][3] && in save_parentInfoEx()
171 bssDesc->bssid[4] == info->MacAdrList[i][4] && in save_parentInfoEx()
172 bssDesc->bssid[5] == info->MacAdrList[i][5]) in save_parentInfoEx()
176 info->channelList[i] = bssDesc->channel; // Update channel information in save_parentInfoEx()
[all …]
Dwm_lib.c805 p_bssDesc = ((WMStartScanExCallback *)arg)->bssDesc[i]; in WM_lib_mp_child_callback()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.h71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
397 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
Dwh.c3067 BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc) in WH_ChildConnect() argument
3095 MI_CpuCopy8(bssDesc, &sBssDesc, sizeof(sBssDesc)); in WH_ChildConnect()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.h71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
408 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
Dwh.c1529 WMBssDesc* bd = cb->bssDesc[i]; in WH_StateOutStartScan()
3196 BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc) in WH_ChildConnect() argument
3224 MI_CpuCopy8(bssDesc, &sBssDesc, sizeof(WMBssDesc)); in WH_ChildConnect()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_wm.c116 void MBi_WMStartConnect(WMBssDesc *bssDesc) in MBi_WMStartConnect() argument
123 wmWork->sendBufSize = (u16)WM_SIZE_MP_CHILD_SEND_BUFFER(bssDesc->gameInfo.childMaxSize, FALSE); in MBi_WMStartConnect()
125 (u16)WM_SIZE_MP_CHILD_RECEIVE_BUFFER(bssDesc->gameInfo.parentMaxSize, FALSE); in MBi_WMStartConnect()
126 wmWork->pSendLen = bssDesc->gameInfo.parentMaxSize; in MBi_WMStartConnect()
127 wmWork->pRecvLen = bssDesc->gameInfo.childMaxSize; in MBi_WMStartConnect()
131 result = WM_StartConnect(MBi_WMStateOutStartConnect, bssDesc, NULL); in MBi_WMStartConnect()
Dmb_gameinfo.c784 if (!WM_IsBssidEqual(info->bssDesc.bssid, bssDescp->bssid)) in MBi_GetStoreElement()
812 MI_CpuCopy16(bssDescp, &mbrsp->list[i].bssDesc, sizeof(WMBssDesc)); in MBi_GetStoreElement()
963 MBi_InvalidateGameInfoBssID(&info->bssDesc.bssid[0]); in MBi_AnalyzeBeacon()
978 MBi_SetSSIDToBssDesc(&info->bssDesc, info->gameInfo.ggid); in MBi_AnalyzeBeacon()
996 if (mbrsp->list[index].bssDesc.gameInfo.tgid == bssDescp->gameInfo.tgid) in MBi_CheckTGID()
1005 MI_CpuCopy16(bssDescp, &mbrsp->list[index].bssDesc, sizeof(WMBssDesc)); in MBi_CheckTGID()
1052 if (!WM_IsBssidEqual(bssidp, mbrsp->list[i].bssDesc.bssid)) in MBi_InvalidateGameInfoBssID()
1121 MI_CpuCopy16(brecvBuffp, &grecvp->bssDesc.gameInfo.userGameInfo, WM_SIZE_USER_GAMEINFO); in MBi_RecvVolatBeacon()
1185 sLockFunc(mbrsp->list[index].bssDesc.bssid); in MBi_LockScanTarget()
1192 mbrsp->list[index].bssDesc.bssid[0], in MBi_LockScanTarget()
[all …]
Dmb_fake_child.c636 cb.bssDesc = &gInfop->bssDesc; in MBFi_ScanCallback()
641 cb.bssDesc = NULL; in MBFi_ScanCallback()
872 MI_CpuCopy8(&info->bssDesc, &mbf_work->bssDescBuf, sizeof(WMBssDesc)); in MB_FakeEntryToParent()
1207 MI_CpuCopy8(&parentInfo->bssDesc, pBssDesc, sizeof(WMBssDesc)); in MB_FakeGetParentBssDesc()
Dmb_child.c80 bssDescp = &(mbrsp->list[index].bssDesc); in MB_CommDownloadRequest()
Dmb_wm_base.c690 WMBssDesc *buffer = tmpBuf->bssDesc[j]; in MBi_ChildCallback()
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_sync.c511 WMOtherElements WM_GetOtherElements(WMBssDesc *bssDesc) in WM_GetOtherElements() argument
521 if (bssDesc->gameInfoLength != 0) in WM_GetOtherElements()
528 elems.count = (u8)(bssDesc->otherElementCount); in WM_GetOtherElements()
537 p_elem = (u8 *)&(bssDesc->gameInfo); in WM_GetOtherElements()
540 elems_len = (u16)((bssDesc->length * sizeof(u16)) - 64); in WM_GetOtherElements()
/TwlSDK-5.1.0/build/demos/os/entropy-1/include/
Dwmscan.h25 typedef void (*WSStartScanCallbackFunc) (WMBssDesc *bssDesc);
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_wm.h67 void MBi_WMStartConnect(WMBssDesc *bssDesc);
Dmb_gameinfo.h56 WMBssDesc bssDesc; // Information for a parent connection. member
/TwlSDK-5.1.0/include/nitro/mb/
Dmb_fake_child.h49 WMBssDesc *bssDesc; // Parent connection information member
/TwlSDK-5.1.0/include/nitro/wm/ARM9/
Dwm_api.h1207 WMOtherElements WM_GetOtherElements(WMBssDesc *bssDesc);
1527 static inline BOOL WM_IsValidGameBeacon(const WMBssDesc *bssDesc) in WM_IsValidGameBeacon() argument
1529 return WM_IsValidGameInfo(&bssDesc->gameInfo, bssDesc->gameInfoLength); in WM_IsValidGameBeacon()
/TwlSDK-5.1.0/include/twl/nwm/common/
Dnwm.h410 NWMBssDesc *bssDesc[NWM_SCAN_NODE_MAX]; // Beginning address of the parent information member
886 NWMInfoElements* NWM_GetInfoElements(NWMBssDesc *bssDesc, u8 elementID);
904 NWMInfoElements* NWM_GetVenderInfoElements(NWMBssDesc *bssDesc, u8 elementID, const u8 ouiType[4]);
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dmain.c87 static u16 ChildWEPKeyGenerator(u16 *wepkey, const WMBssDesc *bssDesc);
1136 u16 ChildWEPKeyGenerator(u16 *wepkey, const WMBssDesc *bssDesc) in ChildWEPKeyGenerator() argument
1144 MI_CpuCopy16(bssDesc->gameInfo.userGameInfo, data, 4); in ChildWEPKeyGenerator()
1146 MI_CpuCopy16(&bssDesc->gameInfo.ggid, data + 2, sizeof(u32)); in ChildWEPKeyGenerator()
1147 *(u16 *)(data + 4) = bssDesc->gameInfo.tgid; in ChildWEPKeyGenerator()
1148 MI_CpuCopy8(bssDesc->bssid, (u8 *)(data + 5), WM_SIZE_MACADDR); in ChildWEPKeyGenerator()
/TwlSDK-5.1.0/build/demos/mb/fake_child/src/
Dmain.c721 WMBssDesc *bssdesc = cb->bssDesc;
736 WMBssDesc *bssdesc = cb->bssDesc;
/TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_system.c172 DC_InvalidateRange(psscb->bssDesc[0], psscb->allBssDescSize); in NWMi_ReceiveFifo9()
/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/include/
Dwm_lib.h378 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDesc);
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c574 WMBssDesc* bd = cb->bssDesc[i]; in StartScanExCb()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h1288 WMBssDesc *bssDesc[WM_SCAN_EX_PARENT_MAX]; // Beginning address of the parent information member