Home
last modified time | relevance | path

Searched refs:WMBssDesc (Results 1 – 25 of 48) sorted by relevance

12

/TwlSDK-5.2.1/include/nitro/cht/ARM9/
Dpictocatch.h41 BOOL CHT_IsPictochatParent( const WMBssDesc* pWmBssDesc );
56 int CHT_GetPictochatClientNum( const WMBssDesc* pWmBssDesc );
70 int CHT_GetPictochatRoomNumber( const WMBssDesc* pWmBssDesc );
/TwlSDK-5.2.1/build/libraries/mb/common/include/
Dmb_wm_base.h99 WMBssDesc parentInfo[1];
134 WMBssDesc parentInfoBuf;
154 …const WMBssDesc *pInfo; // Pointer to information for the connected parent (used by the…
212 WMBssDesc *MBi_GetParentBssDesc(int parent);
223 int MBi_CommConnectToParent(const WMBssDesc *bssDescp);
Dmb_gameinfo.h56 WMBssDesc bssDesc; // Information for a parent connection.
150 BOOL MBi_CheckMBParent(WMBssDesc *bssDescp);
156 BOOL MB_RecvGameInfoBeacon(MBBeaconMsgCallback Callbackp, u16 linkLevel, WMBssDesc *bssDescp);
Dmb_wm.h67 void MBi_WMStartConnect(WMBssDesc *bssDesc);
/TwlSDK-5.2.1/include/nitro/mb/
Dmb_fake_child.h49 WMBssDesc *bssDesc; // Parent connection information
74 BOOL MB_FakeGetParentBssDesc(u16 index, WMBssDesc *pBssDesc);
75 BOOL MB_FakeReadParentBssDesc(u16 index, WMBssDesc *pBssDesc, u16 parent_max_size,
/TwlSDK-5.2.1/build/demos.TWL/mp_shared/wh/
Dwh.h71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
272 extern void WH_PrintBssDesc(WMBssDesc *info);
397 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
/TwlSDK-5.2.1/build/demos/wireless_shared/wh/
Dwh.h71 typedef void (*WHStartScanCallbackFunc) (WMBssDesc *bssDesc);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
283 extern void WH_PrintBssDesc(WMBssDesc *info);
408 extern BOOL WH_ChildConnect(int mode, WMBssDesc *bssDesc);
/TwlSDK-5.2.1/include/nitro/wxc/
Dprotocol.h95 BOOL (*BeaconRecv) (struct WXCProtocolContext *, const WMBssDesc *);
97 …void (*PreConnectHook) (struct WXCProtocolContext *, const WMBssDesc *, u8 ssid[WM_SIZE_CHILD_S…
303 BOOL WXC_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc);
364 void WXC_CallPreConnectHook(WXCProtocolContext * protocol, WMBssDesc *p_desc, u8 *ssid);
Ddriver.h131 WMBssDesc target_bss[1] ATTRIBUTE_ALIGN(32);
243 static inline const WMBssDesc *WXCi_GetParentBssDesc(const WXCDriverWork * driver) in WXCi_GetParentBssDesc()
Dcommon.h130 const WMBssDesc *bssdesc;
/TwlSDK-5.2.1/build/demos/wxc/wxc-dataShare/src/
Duser.c42 extern WMBssDesc bssdesc;
116 const WMBssDesc *bss; in user_callback()
121 MI_CpuCopyFast( bss, &bssdesc, sizeof(WMBssDesc) ); in user_callback()
/TwlSDK-5.2.1/build/demos/os/entropy-1/include/
Dwmscan.h25 typedef void (*WSStartScanCallbackFunc) (WMBssDesc *bssDesc);
/TwlSDK-5.2.1/build/libraries/mb/common/src/
Dmb_gameinfo.c150 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);
181 static WMBssDesc bssDescbuf ATTRIBUTE_ALIGN(32); // BssDesc temporary buffer.
683 BOOL MB_RecvGameInfoBeacon(MBBeaconMsgCallback Callbackp, u16 linkLevel, WMBssDesc *bssDescp) in MB_RecvGameInfoBeacon()
694 MI_CpuCopy16(bssDescp, &bssDescbuf, sizeof(WMBssDesc)); in MB_RecvGameInfoBeacon()
727 BOOL MBi_CheckMBParent(WMBssDesc *bssDescp) in MBi_CheckMBParent()
748 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid) in MBi_SetSSIDToBssDesc()
765 static int MBi_GetStoreElement(WMBssDesc *bssDescp, MBBeaconMsgCallback Callbackp) in MBi_GetStoreElement()
[all …]
Dmb_child.c74 …const WMBssDesc *bssDescp; // Pointer to the parent information of the connection destinat… in MB_CommDownloadRequest()
90 …ret = MBi_CommConnectToParent((const WMBssDesc *)&pCwork->bssDescbuf); // First, establish a … in MB_CommDownloadRequest()
293 mbiScanParam.scanBuf = (WMBssDesc*)scanBuf; in MBi_CommChildCallback()
301 WMBssDesc *bssDescp = MBi_GetParentBssDesc(parent_no); in MBi_CommChildCallback()
762 void MB_ReadMultiBootParentBssDesc(WMBssDesc *p_desc, in MB_ReadMultiBootParentBssDesc()
Dmb_fake_child.c42WMBssDesc bssDescBuf ATTRIBUTE_ALIGN(32); // Buffer for scanning parents. Needs to be 32-byte al…
872 MI_CpuCopy8(&info->bssDesc, &mbf_work->bssDescBuf, sizeof(WMBssDesc)); in MB_FakeEntryToParent()
1189 BOOL MB_FakeGetParentBssDesc(u16 index, WMBssDesc *pBssDesc) in MB_FakeGetParentBssDesc()
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()
/TwlSDK-5.2.1/include/nitro/wm/common/
Dwm.h747 typedef struct WMBssDesc struct
771 WMBssDesc, WMbssDesc; argument
773 typedef struct WMBssDesc struct
797 WMBssDesc, WMbssDesc; argument
821 WMBssDesc *scanBuf; // Buffer that stores parent information
834 WMBssDesc *scanBuf; // Buffer that stores parent information
1017WMBssDesc *pInfoBuf; // Pointer to the buffer that is used for storing scanned paren…
1085 WMBssDesc connectPInfo; // Connection target parent information (190 bytes)
1135 WMBssDesc *scanBuf;
1146 WMBssDesc *scanBuf;
[all …]
/TwlSDK-5.2.1/include/nitro/wm/ARM9/
Dwm_api.h390 WMErrCode WM_StartConnectEx(WMCallbackFunc callback, const WMBssDesc *pInfo, const u8 *ssid,
409 WM_StartConnect(WMCallbackFunc callback, const WMBssDesc *pInfo, const u8 *ssid) in WM_StartConnect()
1207 WMOtherElements WM_GetOtherElements(WMBssDesc *bssDesc);
1529 static inline BOOL WM_IsValidGameBeacon(const WMBssDesc *bssDesc) in WM_IsValidGameBeacon()
1532 … && bssDesc->length == ( (sizeof(WMBssDesc) - WM_SIZE_GAMEINFO) + (bssDesc->gameInfoLength+1) )/2); in WM_IsValidGameBeacon()
/TwlSDK-5.2.1/man/en_US/
Dwm_changes_041006.txt32 …ust be made that WMBssDesc.gameInfo contains a valid value, take this opportunity to confirm the v…
/TwlSDK-5.2.1/build/libraries/wxc/ARM9/src/
Dwxc_api.c152 cb.bssdesc = (const WMBssDesc *)arg; in WXCi_DriverEventCallback()
240 WMBssDesc * bss = (WMBssDesc *)arg; in WXCi_DriverEventCallback()
271 const WMBssDesc *p_bss = WXCi_GetParentBssDesc(&work->driver); in WXCi_DriverEventCallback()
628 const WMBssDesc *WXC_GetParentBssDesc(void) in WXC_GetParentBssDesc()
Dwxc_protocol.c226 BOOL WXC_BeaconRecvHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc) in WXC_BeaconRecvHook()
380 void WXC_CallPreConnectHook(WXCProtocolContext * protocol, WMBssDesc *p_desc, u8 *ssid) in WXC_CallPreConnectHook()
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()
207 void WXCi_PreConnectHook(WXCProtocolContext * protocol, const WMBssDesc *p_desc, in WXCi_PreConnectHook()
/TwlSDK-5.2.1/build/demos/mb/cloneboot/src/
Dchild.c43 static WMBssDesc gMBParentBssDesc ATTRIBUTE_ALIGN(32);
/TwlSDK-5.2.1/build/demos/mb/multiboot-Model/child/src/
Dmain.c43 static WMBssDesc gMBParentBssDesc ATTRIBUTE_ALIGN(32);
/TwlSDK-5.2.1/include/nitro/
Dwxc.h143 const WMBssDesc *WXC_GetParentBssDesc(void);
/TwlSDK-5.2.1/build/demos/wvr/with_mb/child/src/
Dmain.c47 static WMBssDesc gMBParentBssDesc ATTRIBUTE_ALIGN(32);

12