Home
last modified time | relevance | path

Searched refs:WH_ChildConnectAuto (Results 1 – 16 of 16) sorted by relevance

/TwlSDK-5.4/build/demos/wm/wireless-all/src/
Dwh_datasharing.c131 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, in StartWirelessChild()
/TwlSDK-5.4/build/demos/mb/cloneboot/src/
Dchild.c224 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, gMBParentBssDesc.bssid, in ModeConnect()
/TwlSDK-5.4/build/demos/mb/multiboot-Model/child/src/
Dmain.c226 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, gMBParentBssDesc.bssid, in ModeConnect()
/TwlSDK-5.4/build/demos/wvr/with_mb/child/src/
Dmain.c267 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, gMBParentBssDesc.bssid, in ModeConnect()
/TwlSDK-5.4/build/demos.TWL/mp_shared/wh/
Dwh.h416 extern BOOL WH_ChildConnectAuto(int mode, const u8 *macAddr, u16 channel);
Dwh.c1213 BOOL WH_ChildConnectAuto(int mode, const u8 *macAddr, u16 channel) in WH_ChildConnectAuto() function
/TwlSDK-5.4/build/demos/wireless_shared/wh/
Dwh.h427 extern BOOL WH_ChildConnectAuto(int mode, const u8 *macAddr, u16 channel);
Dwh.c1294 BOOL WH_ChildConnectAuto(int mode, const u8 *macAddr, u16 channel) in WH_ChildConnectAuto() function
3717 … (void)WH_ChildConnectAuto(info->useDS ? WH_CONNECTMODE_DS_CHILD : WH_CONNECTMODE_MP_CHILD, in WcStateScheduler()
/TwlSDK-5.4/build/demos/wxc/wxc-dataShare/src/
Dmain.c486 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, bssdesc.bssid, in ModeConnect()
/TwlSDK-5.4/build/demos/mb/multiboot-wfs/child/src/
Dchild.c206 (void)WH_ChildConnectAuto(WH_CONNECTMODE_MP_CHILD, in ModeSelect()
/TwlSDK-5.4/build/demos/wvr/switchover/src/
Dwireless_main.c330 (void)WH_ChildConnectAuto(WH_CONNECTMODE_MP_CHILD, ANY_PARENT, DEFAULT_CHAN); in ModeSelect()
/TwlSDK-5.4/build/demos/wvr/simple/src/
Dmain.c302 (void)WH_ChildConnectAuto(WH_CONNECTMODE_MP_CHILD, ANY_PARENT, DEFAULT_CHAN); in ModeSelect()
/TwlSDK-5.4/build/demos/wm/dataShare-1/src/
Dmain.c303 (void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, ANY_PARENT, DEFAULT_CHAN); in ModeSelect()
/TwlSDK-5.4/build/demos/wm/mp_simple-1/src/
Dmain.c284 (void)WH_ChildConnectAuto(WH_CONNECTMODE_MP_CHILD, ANY_PARENT, DEFAULT_CHAN); in ModeSelect()
/TwlSDK-5.4/build/demos/wbt/wbt-1/src/
Dmain.c421 (void)WH_ChildConnectAuto(WH_CONNECTMODE_MP_CHILD, ANY_PARENT, 0); in ModeSelect()
/TwlSDK-5.4/build/demos/wm/wmPadRead-child/src/
Dmain.c365 …(void)WH_ChildConnectAuto(WH_CONNECTMODE_DS_CHILD, isMultiBooted ? mbParentBssDesc.bssid : NULL, 0… in DoConnect()