Home
last modified time | relevance | path

Searched refs:netmgr_get_dev (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_wifi.c22 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_set_ifconfig()
32 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_get_ifconfig()
42 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_set_msg_cb()
52 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_del_msg_cb()
69 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_connect()
95 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_get_wifi_info()
129 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_disconnect()
139 if((hdl = netmgr_get_dev(WIFI_DEV_PATH)) == -1) { in aos_wifi_get_state()
/AliOS-Things-master/components/py_engine/modules/netmgr/
A Dmodnetmgr.c56 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_init()
146 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getDev()
153 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_autoReconnect()
162 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_autoSavaAP()
220 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getConfig()
249 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_saveConfig()
263 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_deleteConfig()
271 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_getChannelList()
297 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in hapy_netmgr_setChannelList()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_AWSS_rhino.c278 hdl = netmgr_get_dev("/dev/wifi0"); in HAL_Sys_Net_Is_Ready()
309 fd = netmgr_get_dev("/dev/wifi0"); in netmgr_comp_enable()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_service.c223 netmgr_hdl_t netmgr_get_dev(const char* name) in netmgr_get_dev() function
269 hdl = netmgr_get_dev(DEV_WIFI_NAME); in netmgr_set_auto_reconnect()
/AliOS-Things-master/components/amp_adapter/platform/aos/
A Daos_system.c83 hdl = netmgr_get_dev("/dev/wifi0"); in aos_get_ip()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_wifi.c124 netmgr_hdl_t netmgr_get_dev(const char* name) in netmgr_get_dev() function
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_netmgr.c122 netmgr_handle = netmgr_get_dev("/dev/wifi0"); in BleCfg_wifi_connect()
/AliOS-Things-master/components/netmgr/include/
A Dnetmgr.h250 netmgr_hdl_t netmgr_get_dev(const char* name);
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/
A Dmodule_netmgr.c224 ret = netmgr_get_dev(name); in native_netmgr_get_dev()
685 hdl = netmgr_get_dev(dev_name); in module_netmgr_source_clean()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dboard_test.c254 hdl = netmgr_get_dev("/dev/wifi0"); in mfg_wifi_connect()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c146 netmgr_hdl_t hdl = netmgr_get_dev(WIFI_DEV_PATH); in net_init()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/
A Dmodule_netmgr.c177 ret = netmgr_get_dev(name); in native_netmgr_get_dev()

Completed in 16 milliseconds