Home
last modified time | relevance | path

Searched refs:gameInfoLength (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c81 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 …]
Dwm_lib.c735 ((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.1.0/include/nitro/wm/ARM9/
Dwm_api.h1512 static inline BOOL WM_IsValidGameInfo(const WMGameInfo *gameInfo, u16 gameInfoLength) in WM_IsValidGameInfo() argument
1514 return (gameInfoLength >= WM_GAMEINFO_LENGTH_MIN in WM_IsValidGameInfo()
1529 return WM_IsValidGameInfo(&bssDesc->gameInfo, bssDesc->gameInfoLength); in WM_IsValidGameBeacon()
/TwlSDK-5.1.0/build/demos/os/entropy-1/src/
Dwmscan.c321 if (cb->gameInfoLength < 8 || cb->gameInfo.ggid != sGgid) in WS_StateOutStartScan()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h766 u16 gameInfoLength; // 62 member
792 u16 gameInfoLength; // 62 member
1271 u16 gameInfoLength; member
1497 u16 gameInfoLength; member
/TwlSDK-5.1.0/man/en_US/
Dwm_changes_041006.txt32 … value, take this opportunity to confirm the value of WMBssDesc.length or WMBssDesc.gameInfoLength.
/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/include/
Dwm_lib.h267 u16 gameInfoLength[WM_NUM_PARENT_INFORMATIONS]; // Length of parent GameInfo member
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_sync.c521 if (bssDesc->gameInfoLength != 0) in WM_GetOtherElements()
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c584 if (WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in StartScanExCb()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_child.c770 p_desc->gameInfoLength = 0x10; in MB_ReadMultiBootParentBssDesc()
Dmb_wm_base.c716 p[i].scan_data.gameInfoLength = buffer->gameInfoLength; in MBi_ChildCallback()
Dmb_fake_child.c1242 pBssDesc->gameInfoLength = 0x10; in MB_FakeReadParentBssDesc()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.c1455 if ((!WM_IsValidGameInfo(&cb->gameInfo, cb->gameInfoLength)) in WH_StateOutStartScan()
2498 OS_TPrintf("gameInfoLength = 0x%04x\n", info->gameInfoLength); in WH_PrintBssDesc()
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dmain.c180 if (bssdesc->gameInfoLength != 0 && bssdesc->gameInfo.userGameInfoLength == sizeof(MyGameInfo)) in scanCallback()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c1554 if ((!WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in WH_StateOutStartScan()
2624 OS_TPrintf("gameInfoLength = 0x%04x\n", info->gameInfoLength); in WH_PrintBssDesc()