Home
last modified time | relevance | path

Searched refs:pBssDesc (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mb/
Dmb_fake_child.h74 BOOL MB_FakeGetParentBssDesc(u16 index, WMBssDesc *pBssDesc);
75 BOOL MB_FakeReadParentBssDesc(u16 index, WMBssDesc *pBssDesc, u16 parent_max_size,
/TwlSDK-5.1.0/build/demos/cht/catch-1/src/
Dmain.c67 static void FoundParentCallback(WMBssDesc *pBssDesc);
234 static void FoundParentCallback(WMBssDesc *pBssDesc) in FoundParentCallback() argument
236 if (CHT_IsPictochatParent(pBssDesc)) in FoundParentCallback()
241 clientNum = CHT_GetPictochatClientNum(pBssDesc); in FoundParentCallback()
242 roomNumber = CHT_GetPictochatRoomNumber(pBssDesc); in FoundParentCallback()
/TwlSDK-5.1.0/build/demos/cht/catch-2/src/
Dmain.c73 static void FoundParentCallback(WMBssDesc *pBssDesc);
232 static void FoundParentCallback(WMBssDesc *pBssDesc) in FoundParentCallback() argument
234 if (CHT_IsPictochatParent(pBssDesc)) in FoundParentCallback()
239 clientNum = CHT_GetPictochatClientNum(pBssDesc); in FoundParentCallback()
240 roomNumber = CHT_GetPictochatRoomNumber(pBssDesc); in FoundParentCallback()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fake_child.c1189 BOOL MB_FakeGetParentBssDesc(u16 index, WMBssDesc *pBssDesc) in MB_FakeGetParentBssDesc() argument
1207 MI_CpuCopy8(&parentInfo->bssDesc, pBssDesc, sizeof(WMBssDesc)); in MB_FakeGetParentBssDesc()
1228 BOOL MB_FakeReadParentBssDesc(u16 index, WMBssDesc *pBssDesc, u16 parent_max_size, in MB_FakeReadParentBssDesc() argument
1233 SDK_NULL_ASSERT(pBssDesc); in MB_FakeReadParentBssDesc()
1235 result = MB_FakeGetParentBssDesc(index, pBssDesc); in MB_FakeReadParentBssDesc()
1242 pBssDesc->gameInfoLength = 0x10; in MB_FakeReadParentBssDesc()
1243 pBssDesc->gameInfo.userGameInfoLength = 0; in MB_FakeReadParentBssDesc()
1244 pBssDesc->gameInfo.parentMaxSize = parent_max_size; in MB_FakeReadParentBssDesc()
1245 pBssDesc->gameInfo.childMaxSize = child_max_size; in MB_FakeReadParentBssDesc()
1246 pBssDesc->gameInfo.attribute = (u8)((ks_flag ? WM_ATTR_FLAG_KS : 0) | in MB_FakeReadParentBssDesc()