Home
last modified time | relevance | path

Searched refs:p_desc (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_child.c762 void MB_ReadMultiBootParentBssDesc(WMBssDesc *p_desc, in MB_ReadMultiBootParentBssDesc() argument
768 MI_CpuCopy8(parentInfo, p_desc, sizeof(MBParentBssDesc)); in MB_ReadMultiBootParentBssDesc()
770 p_desc->gameInfoLength = 0x10; in MB_ReadMultiBootParentBssDesc()
771 p_desc->gameInfo.magicNumber = 0x0001; in MB_ReadMultiBootParentBssDesc()
772 p_desc->gameInfo.ver = 0; in MB_ReadMultiBootParentBssDesc()
773 p_desc->gameInfo.ggid = in MB_ReadMultiBootParentBssDesc()
774 (u32)(*(const u16 *)(&p_desc->ssid[0]) | (*(const u16 *)(&p_desc->ssid[2]) << 16)); in MB_ReadMultiBootParentBssDesc()
775 p_desc->gameInfo.tgid = *(const u16 *)(&p_desc->ssid[4]); in MB_ReadMultiBootParentBssDesc()
776 p_desc->gameInfo.userGameInfoLength = 0; in MB_ReadMultiBootParentBssDesc()
777 p_desc->gameInfo.parentMaxSize = parent_max_size; in MB_ReadMultiBootParentBssDesc()
[all …]
/TwlSDK-5.5/build/libraries/wxc/ARM9/src/
Dwxc_protocol.c226 BOOL WXC_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc) in WXC_BeaconRecvHook() argument
231 u32 ggid = p_desc->gameInfo.ggid; in WXC_BeaconRecvHook()
274 ret = found->impl->BeaconRecv(protocol, p_desc); in WXC_BeaconRecvHook()
380 void WXC_CallPreConnectHook(WXCProtocolContext * protocol, WMBssDesc *p_desc, u8 *ssid) in WXC_CallPreConnectHook() argument
385 impl->PreConnectHook(protocol, p_desc, ssid); in WXC_CallPreConnectHook()
Dwxc_protocol_impl_wpb.c31 static BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc);
205 BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc) in WXCi_BeaconRecvHook() argument
216 if (p_desc->gameInfoLength >= in WXCi_BeaconRecvHook()
217 (char *)&p_desc->gameInfo.ggid - (char *)&p_desc->gameInfo in WXCi_BeaconRecvHook()
218 + sizeof p_desc->gameInfo.ggid && in WXCi_BeaconRecvHook()
219 p_desc->gameInfo.userGameInfoLength >= 4 && in WXCi_BeaconRecvHook()
220 (*(u32 *)p_desc->gameInfo.userGameInfo & 1 << 31) == 0) in WXCi_BeaconRecvHook()
Dwxc_protocol_impl_common.c101 static BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc);
102 static void WXCi_PreConnectHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc, u8 *ssid);
185 BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc) in WXCi_BeaconRecvHook() argument
188 #pragma unused(p_desc) in WXCi_BeaconRecvHook()
207 void WXCi_PreConnectHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc, in WXCi_PreConnectHook() argument
210 #pragma unused(p_desc) in WXCi_PreConnectHook()
Dwxc_driver.c1051 const WMBssDesc *p_desc = (const WMBssDesc *)scan_buf; in WXCi_ScanProc() local
1052 const int len = p_desc->length * 2; in WXCi_ScanProc()
1054 is_valid = WM_IsValidGameBeacon(p_desc); in WXCi_ScanProc()
1056 is_valid ? p_desc->gameInfo.ggid : 0xFFFFFFFF, in WXCi_ScanProc()
1057 p_desc->channel, len); in WXCi_ScanProc()
1063 (void *)p_desc); in WXCi_ScanProc()
1067 MI_CpuCopy8(p_desc, driver->target_bss, sizeof(WMBssDesc)); in WXCi_ScanProc()
Dwxc_protocol_impl_wxc.c29 static BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc);
109 BOOL WXCi_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc) in WXCi_BeaconRecvHook() argument
112 #pragma unused(p_desc) in WXCi_BeaconRecvHook()
/TwlSDK-5.5/include/nitro/wxc/
Dprotocol.h303 BOOL WXC_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc);
364 void WXC_CallPreConnectHook(WXCProtocolContext * protocol, WMBssDesc *p_desc, u8 *ssid);
/TwlSDK-5.5/include/nitro/mb/
Dmb.h772 void MB_ReadMultiBootParentBssDesc(WMBssDesc *p_desc,