Searched refs:gameInfoLength (Results 1 – 15 of 15) sorted by relevance
| /TwlSDK-5.1.0/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.1.0/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() 1529 return WM_IsValidGameInfo(&bssDesc->gameInfo, bssDesc->gameInfoLength); in WM_IsValidGameBeacon()
|
| /TwlSDK-5.1.0/build/demos/os/entropy-1/src/ |
| D | wmscan.c | 321 if (cb->gameInfoLength < 8 || cb->gameInfo.ggid != sGgid) in WS_StateOutStartScan()
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/build/demos/wm/wmDEMOlib/include/ |
| D | wm_lib.h | 267 u16 gameInfoLength[WM_NUM_PARENT_INFORMATIONS]; // Length of parent GameInfo member
|
| /TwlSDK-5.1.0/build/libraries/wm/ARM9/src/ |
| D | wm_sync.c | 521 if (bssDesc->gameInfoLength != 0) in WM_GetOtherElements()
|
| /TwlSDK-5.1.0/build/demos/wm/listenOnly/src/ |
| D | main.c | 584 if (WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in StartScanExCb()
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/build/demos/wm/dataShare-Model/src/ |
| D | main.c | 180 if (bssdesc->gameInfoLength != 0 && bssdesc->gameInfo.userGameInfoLength == sizeof(MyGameInfo)) in scanCallback()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/wh/ |
| D | wh.c | 1554 if ((!WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in WH_StateOutStartScan() 2624 OS_TPrintf("gameInfoLength = 0x%04x\n", info->gameInfoLength); in WH_PrintBssDesc()
|