Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/include/
Dwm_lib.h98 …(_pInfo_) (u16)(WM_SIZE_MP_CHILD_SEND_BUFFER(((WMgameInfo *)(&(((WMbssDesc*)(_pInfo_))->gam…
99 …Info_) (u16)(WM_SIZE_MP_CHILD_RECEIVE_BUFFER(((WMgameInfo *)(&(((WMbssDesc*)(_pInfo_))->gam…
113 WMbssDesc *parentInfoBuf; // Buffer for getting parent information (used by the child)
119WMbssDesc *pInfo; // Pointer to information for the connected parent (used by the…
185 int WM_lib_ConnectToParent(WMbssDesc *pInfo); // Request connection to parent
263WMbssDesc *parentInfo[WM_NUM_PARENT_INFORMATIONS]; // BssDesc for storing Parent information (for…
378 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDesc);
385 WMbssDesc *wm_get_parent_bssdesc(int id, WMbssDesc *bssDescp);
387 int wm_lib_connect_parent_via_bssdesc(WMbssDesc *bssDescp);
/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c263 libParam.parentInfoBuf = (WMbssDesc *)&libParam_parentInfoBuf; in wm_lib_comm_init()
312 ACinfo.parentInfo[i] = (WMbssDesc *)&(my_parentInfo[i][0]); in wm_lib_comm_init()
662 WMbssDesc *pInfo = (ACinfo.parentInfo[parent_no]); in wm_lib_connect_parent()
670 WMbssDesc *wm_get_parent_bssdesc(int id, WMbssDesc *bssDescp) 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()
Dwm_lib.c1566 int WM_lib_ConnectToParent(WMbssDesc *pInfo) in WM_lib_ConnectToParent()
/TwlSDK-5.1.0/build/demos/os/entropy-1/src/
Dwmscan.c303 DC_InvalidateRange(&sBssDesc, sizeof(WMbssDesc)); in WS_StateOutStartScan()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h771 WMBssDesc, WMbssDesc; typedef
797 WMBssDesc, WMbssDesc; typedef
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c506 sScanExParam.scanBuf = (WMbssDesc *)sScanBuf; in StartScan()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.c1436 DC_InvalidateRange(&sBssDesc, sizeof(WMbssDesc)); in WH_StateOutStartScan()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c1467 sScanExParam.scanBuf = (WMbssDesc *)sScanBuf; in WH_StateInStartScan()