Searched refs:bssDescp (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.3.1/build/libraries/mb/common/src/ |
| D | mb_gameinfo.c | 150 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid); 151 static int MBi_GetStoreElement(WMBssDesc *bssDescp, MBBeaconMsgCallback Callbackp); 153 static void MBi_AnalyzeBeacon(WMBssDesc *bssDescp, int index, u16 linkLevel); 154 static void MBi_CheckTGID(WMBssDesc *bssDescp, int inex); 683 BOOL MB_RecvGameInfoBeacon(MBBeaconMsgCallback Callbackp, u16 linkLevel, WMBssDesc *bssDescp) in MB_RecvGameInfoBeacon() argument 688 if (!MBi_CheckMBParent(bssDescp)) in MB_RecvGameInfoBeacon() 694 MI_CpuCopy16(bssDescp, &bssDescbuf, sizeof(WMBssDesc)); in MB_RecvGameInfoBeacon() 697 bssDescp = &bssDescbuf; in MB_RecvGameInfoBeacon() 699 brecvBuffp = (MbBeacon *) bssDescp->gameInfo.userGameInfo; in MB_RecvGameInfoBeacon() 709 index = MBi_GetStoreElement(bssDescp, Callbackp); in MB_RecvGameInfoBeacon() [all …]
|
| D | mb_child.c | 74 …const WMBssDesc *bssDescp; // Pointer to the parent information of the connection destinat… in MB_CommDownloadRequest() local 80 bssDescp = &(mbrsp->list[index].bssDesc); in MB_CommDownloadRequest() 88 MI_CpuCopy16(bssDescp, &pCwork->bssDescbuf, WM_BSS_DESC_SIZE); in MB_CommDownloadRequest() 301 WMBssDesc *bssDescp = MBi_GetParentBssDesc(parent_no); in MBi_CommChildCallback() local 305 (void)MB_RecvGameInfoBeacon(MBi_CommBeaconRecvCallback, *linkLevel, bssDescp); in MBi_CommChildCallback()
|
| D | mb_wm_base.c | 1617 int MBi_CommConnectToParent(const WMBssDesc *bssDescp) in MBi_CommConnectToParent() argument 1621 SDK_ASSERT(bssDescp != 0); in MBi_CommConnectToParent() 1623 gameInfo = (WMgameInfo *)(&(bssDescp->gameInfo)); in MBi_CommConnectToParent() 1635 p_mbi_param->recvBufSize = (u16)WM_CalcChildRecvBufSize(bssDescp); in MBi_CommConnectToParent() 1636 p_mbi_param->sendBufSize = (u16)WM_CalcChildSendBufSize(bssDescp); in MBi_CommConnectToParent() 1637 p_mbi_param->pInfo = bssDescp; in MBi_CommConnectToParent() 1638 p_mbi_param->currentTgid = ((WMGameInfo *)&(bssDescp->gameInfo))->tgid; in MBi_CommConnectToParent()
|
| /TwlSDK-5.3.1/build/libraries/mb/common/include/ |
| D | mb_gameinfo.h | 150 BOOL MBi_CheckMBParent(WMBssDesc *bssDescp); 156 BOOL MB_RecvGameInfoBeacon(MBBeaconMsgCallback Callbackp, u16 linkLevel, WMBssDesc *bssDescp);
|
| D | mb_wm_base.h | 223 int MBi_CommConnectToParent(const WMBssDesc *bssDescp);
|
| /TwlSDK-5.3.1/build/demos/wm/wmDEMOlib/src/ |
| D | wm_tool.c | 670 WMbssDesc *wm_get_parent_bssdesc(int id, WMbssDesc *bssDescp) in wm_get_parent_bssdesc() argument 673 if (bssDescp != NULL) in wm_get_parent_bssdesc() 675 MI_CpuCopy16(ACinfo.parentInfo[id], bssDescp, sizeof(WMbssDesc)); in wm_get_parent_bssdesc() 681 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDescp) in wm_lib_connect_parent_via_bssdesc() argument 683 if (bssDescp == NULL) in wm_lib_connect_parent_via_bssdesc() 686 libParam.recvBufSize = (u16)WM_CalcChildRecvBufSize(bssDescp); in wm_lib_connect_parent_via_bssdesc() 687 libParam.sendBufSize = (u16)WM_CalcChildSendBufSize(bssDescp); in wm_lib_connect_parent_via_bssdesc() 688 return WM_lib_ConnectToParent(bssDescp); in wm_lib_connect_parent_via_bssdesc()
|
| /TwlSDK-5.3.1/build/demos/wm/wmDEMOlib/include/ |
| D | wm_lib.h | 385 WMbssDesc *wm_get_parent_bssdesc(int id, WMbssDesc *bssDescp); 387 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDescp);
|