Home
last modified time | relevance | path

Searched refs:userGameInfoLength (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.4/build/libraries/wm/ARM9/src/
Dwm_standard.c393 if (pparaBuf->userGameInfoLength > 0) in WM_SetParentParameter()
425 if (pparaBuf->userGameInfoLength > 0) in WM_SetParentParameter()
427 DC_StoreRange(pparaBuf->userGameInfo, pparaBuf->userGameInfoLength); in WM_SetParentParameter()
451 if (param->userGameInfoLength > WM_SIZE_USER_GAMEINFO) in WmCheckParentParameter()
/TwlSDK-5.4/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c299 libParam.parentParam->userGameInfoLength = 32; in wm_lib_comm_init()
537 libParam.parentParam->userGameInfoLength, in wm_lib_set_gameinfo()
631 return (ACinfo.gameInfoList[id].userGameInfoLength); in wm_lib_get_parent_gameinfo_usergameinfosize()
Dwm_lib.c1608 param->parentParam->userGameInfoLength = size; in WM_lib_SetGameInfo()
1623 param->parentParam->userGameInfoLength, in WM_lib_SetGameInfo()
/TwlSDK-5.4/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_wpb.c192 p_param->userGameInfoLength = gameInfoLength; in WXCi_BeaconSendHook()
219 p_desc->gameInfo.userGameInfoLength >= 4 && in WXCi_BeaconRecvHook()
Dwxc_protocol_impl_common.c172 p_param->userGameInfoLength = sizeof(work->beacon_format); in WXCi_BeaconSendHook()
/TwlSDK-5.4/build/demos/wm/wmDEMOlib/include/
Dwm_lib.h151 u16 userGameInfoLength; // Length of user area member
/TwlSDK-5.4/include/nitro/wm/ARM9/
Dwm_api.h1516 && gameInfoLength == WM_SIZE_SYSTEM_GAMEINFO + gameInfo->userGameInfoLength in WM_IsValidGameInfo()
/TwlSDK-5.4/build/demos.TWL/mp_shared/wh/
Dwh.c2370 sParentParam.userGameInfoLength = length; in WH_SetUserGameInfo()
2503 OS_TPrintf("gameInfo.userGameInfoLength = 0x%02x\n", info->gameInfo.userGameInfoLength); in WH_PrintBssDesc()
2799 sParentParam.userGameInfoLength = 0; in WH_Initialize()
/TwlSDK-5.4/include/nitro/wm/common/
Dwm.h689 u16 userGameInfoLength; // Length of user area member
721 u8 userGameInfoLength; // Length of user area member
/TwlSDK-5.4/build/demos/wireless_shared/wh/
Dwh.c2504 sParentParam.userGameInfoLength = length; in WH_SetUserGameInfo()
2637 OS_TPrintf("gameInfo.userGameInfoLength = 0x%02x\n", info->gameInfo.userGameInfoLength); in WH_PrintBssDesc()
2933 sParentParam.userGameInfoLength = 0; in WH_Initialize()
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_child.c776 p_desc->gameInfo.userGameInfoLength = 0; in MB_ReadMultiBootParentBssDesc()
Dmb_fake_child.c1243 pBssDesc->gameInfo.userGameInfoLength = 0; in MB_FakeReadParentBssDesc()
/TwlSDK-5.4/build/demos/wm/dataShare-Model/src/
Dmain.c180 if (bssdesc->gameInfoLength != 0 && bssdesc->gameInfo.userGameInfoLength == sizeof(MyGameInfo)) in scanCallback()