Searched refs:gameInfoLength (Results 1 – 16 of 16) sorted by relevance
| /TwlSDK-5.5/build/demos/wm/wmDEMOlib/src/ |
| D | wm_tool.c | 81 info->gameInfoLength[i] = buf->gameInfoLength; in save_parentInfo() 103 if (buf->gameInfoLength == 0 || buf->gameInfo.ggid != param->ggidFilter) in save_parentInfo() 123 info->gameInfoLength[i] = buf->gameInfoLength; in save_parentInfo() 177 info->gameInfoLength[i] = bssDesc->gameInfoLength; in save_parentInfoEx() 179 if (info->gameInfoLength[i] != 0) in save_parentInfoEx() 182 (u16 *)&(info->gameInfoList[i]), info->gameInfoLength[i]); in save_parentInfoEx() 202 if (bssDesc->gameInfoLength == 0 || bssDesc->gameInfo.ggid != param->ggidFilter) in save_parentInfoEx() 222 info->gameInfoLength[i] = bssDesc->gameInfoLength; in save_parentInfoEx() 224 if (info->gameInfoLength[i] != 0) in save_parentInfoEx() 227 (u16 *)&(info->gameInfoList[i]), info->gameInfoLength[i]); in save_parentInfoEx() [all …]
|
| D | wm_lib.c | 735 ((WMstartScanCallback *)arg)->gameInfoLength)) in WM_lib_mp_child_callback() 807 if (WM_IsValidGameInfo(&p_bssDesc->gameInfo, p_bssDesc->gameInfoLength)) in WM_lib_mp_child_callback()
|
| /TwlSDK-5.5/include/nitro/wm/ARM9/ |
| D | wm_api.h | 1512 static inline BOOL WM_IsValidGameInfo(const WMGameInfo *gameInfo, u16 gameInfoLength) in WM_IsValidGameInfo() argument 1514 return ( gameInfoLength >= WM_GAMEINFO_LENGTH_MIN in WM_IsValidGameInfo() 1515 && gameInfoLength <= WM_SIZE_GAMEINFO in WM_IsValidGameInfo() 1516 && gameInfoLength == WM_SIZE_SYSTEM_GAMEINFO + gameInfo->userGameInfoLength in WM_IsValidGameInfo() 1531 return ( WM_IsValidGameInfo(&bssDesc->gameInfo, bssDesc->gameInfoLength) in WM_IsValidGameBeacon() 1532 … && bssDesc->length == ( (sizeof(WMBssDesc) - WM_SIZE_GAMEINFO) + (bssDesc->gameInfoLength+1) )/2); in WM_IsValidGameBeacon()
|
| /TwlSDK-5.5/build/libraries/wxc/ARM9/src/ |
| D | wxc_protocol_impl_wpb.c | 178 u16 gameInfoLength = sizeof gameInfo; in WXCi_BeaconSendHook() local 183 if (gameInfoLength > WM_SIZE_USER_GAMEINFO) in WXCi_BeaconSendHook() 188 if (gameInfoLength) in WXCi_BeaconSendHook() 192 p_param->userGameInfoLength = gameInfoLength; in WXCi_BeaconSendHook() 216 if (p_desc->gameInfoLength >= in WXCi_BeaconRecvHook()
|
| /TwlSDK-5.5/build/demos/os/entropy-1/src/ |
| D | wmscan.c | 321 if (cb->gameInfoLength < 8 || cb->gameInfo.ggid != sGgid) in WS_StateOutStartScan()
|
| /TwlSDK-5.5/include/nitro/wm/common/ |
| D | wm.h | 766 u16 gameInfoLength; // 62 member 792 u16 gameInfoLength; // 62 member 1271 u16 gameInfoLength; member 1497 u16 gameInfoLength; member
|
| /TwlSDK-5.5/man/en_US/ |
| D | wm_changes_041006.txt | 32 … value, take this opportunity to confirm the value of WMBssDesc.length or WMBssDesc.gameInfoLength.
|
| /TwlSDK-5.5/build/demos/wm/wmDEMOlib/include/ |
| D | wm_lib.h | 267 u16 gameInfoLength[WM_NUM_PARENT_INFORMATIONS]; // Length of parent GameInfo member
|
| /TwlSDK-5.5/build/libraries/wm/ARM9/src/ |
| D | wm_sync.c | 522 if (bssDesc->gameInfoLength != 0) in WM_GetOtherElements()
|
| /TwlSDK-5.5/build/demos/wm/listenOnly/src/ |
| D | main.c | 584 if (WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in StartScanExCb()
|
| /TwlSDK-5.5/build/libraries/mb/common/src/ |
| D | mb_child.c | 770 p_desc->gameInfoLength = 0x10; in MB_ReadMultiBootParentBssDesc()
|
| D | mb_wm_base.c | 716 p[i].scan_data.gameInfoLength = buffer->gameInfoLength; in MBi_ChildCallback()
|
| D | mb_fake_child.c | 1242 pBssDesc->gameInfoLength = 0x10; in MB_FakeReadParentBssDesc()
|
| /TwlSDK-5.5/build/demos.TWL/mp_shared/wh/ |
| D | wh.c | 1455 if ((!WM_IsValidGameInfo(&cb->gameInfo, cb->gameInfoLength)) in WH_StateOutStartScan() 2498 OS_TPrintf("gameInfoLength = 0x%04x\n", info->gameInfoLength); in WH_PrintBssDesc()
|
| /TwlSDK-5.5/build/demos/wm/dataShare-Model/src/ |
| D | main.c | 180 if (bssdesc->gameInfoLength != 0 && bssdesc->gameInfo.userGameInfoLength == sizeof(MyGameInfo)) in scanCallback()
|
| /TwlSDK-5.5/build/demos/wireless_shared/wh/ |
| D | wh.c | 1562 if ((!WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in WH_StateOutStartScan() 2632 OS_TPrintf("gameInfoLength = 0x%04x\n", info->gameInfoLength); in WH_PrintBssDesc()
|