Searched refs:p_desc (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/mb/common/src/ |
| D | mb_child.c | 762 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.2.1/build/libraries/wxc/ARM9/src/ |
| D | wxc_protocol.c | 226 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()
|
| D | wxc_protocol_impl_wpb.c | 31 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()
|
| D | wxc_protocol_impl_common.c | 101 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()
|
| D | wxc_driver.c | 1045 const WMBssDesc *p_desc = (const WMBssDesc *)scan_buf; in WXCi_ScanProc() local 1046 const int len = p_desc->length * 2; in WXCi_ScanProc() 1048 is_valid = WM_IsValidGameBeacon(p_desc); in WXCi_ScanProc() 1050 is_valid ? p_desc->gameInfo.ggid : 0xFFFFFFFF, in WXCi_ScanProc() 1051 p_desc->channel, len); in WXCi_ScanProc() 1057 (void *)p_desc); in WXCi_ScanProc() 1061 MI_CpuCopy8(p_desc, driver->target_bss, sizeof(WMBssDesc)); in WXCi_ScanProc()
|
| D | wxc_protocol_impl_wxc.c | 29 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.2.1/include/nitro/wxc/ |
| D | protocol.h | 303 BOOL WXC_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc); 364 void WXC_CallPreConnectHook(WXCProtocolContext * protocol, WMBssDesc *p_desc, u8 *ssid);
|
| /TwlSDK-5.2.1/include/nitro/mb/ |
| D | mb.h | 772 void MB_ReadMultiBootParentBssDesc(WMBssDesc *p_desc,
|