| /TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/ |
| D | wm_tool.c | 142 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 …]
|
| D | wm_lib.c | 805 p_bssDesc = ((WMStartScanExCallback *)arg)->bssDesc[i]; in WM_lib_mp_child_callback()
|
| /TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/ |
| D | wh.h | 71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc); 100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc); 397 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
|
| D | wh.c | 3067 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/ |
| D | wh.h | 71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc); 100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc); 408 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
|
| D | wh.c | 1529 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/ |
| D | mb_wm.c | 116 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()
|
| D | mb_gameinfo.c | 784 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 …]
|
| D | mb_fake_child.c | 636 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()
|
| D | mb_child.c | 80 bssDescp = &(mbrsp->list[index].bssDesc); in MB_CommDownloadRequest()
|
| D | mb_wm_base.c | 690 WMBssDesc *buffer = tmpBuf->bssDesc[j]; in MBi_ChildCallback()
|
| /TwlSDK-5.1.0/build/libraries/wm/ARM9/src/ |
| D | wm_sync.c | 511 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/ |
| D | wmscan.h | 25 typedef void (*WSStartScanCallbackFunc) (WMBssDesc *bssDesc);
|
| /TwlSDK-5.1.0/build/libraries/mb/common/include/ |
| D | mb_wm.h | 67 void MBi_WMStartConnect(WMBssDesc *bssDesc);
|
| D | mb_gameinfo.h | 56 WMBssDesc bssDesc; // Information for a parent connection. member
|
| /TwlSDK-5.1.0/include/nitro/mb/ |
| D | mb_fake_child.h | 49 WMBssDesc *bssDesc; // Parent connection information member
|
| /TwlSDK-5.1.0/include/nitro/wm/ARM9/ |
| D | wm_api.h | 1207 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/ |
| D | nwm.h | 410 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/ |
| D | main.c | 87 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/ |
| D | main.c | 721 WMBssDesc *bssdesc = cb->bssDesc; 736 WMBssDesc *bssdesc = cb->bssDesc;
|
| /TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/ |
| D | nwm_system.c | 172 DC_InvalidateRange(psscb->bssDesc[0], psscb->allBssDescSize); in NWMi_ReceiveFifo9()
|
| /TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/include/ |
| D | wm_lib.h | 378 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDesc);
|
| /TwlSDK-5.1.0/build/demos/wm/listenOnly/src/ |
| D | main.c | 574 WMBssDesc* bd = cb->bssDesc[i]; in StartScanExCb()
|
| /TwlSDK-5.1.0/include/nitro/wm/common/ |
| D | wm.h | 1288 WMBssDesc *bssDesc[WM_SCAN_EX_PARENT_MAX]; // Beginning address of the parent information member
|