Home
last modified time | relevance | path

Searched refs:netmgr_wifi_params_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr.h136 } netmgr_wifi_params_t; typedef
163 netmgr_wifi_params_t wlan_params; /**< wlan(AP/STA) params*/
A Dnetmgr_wifi.h149 int netmgr_wifi_connect(netmgr_hdl_t hdl, netmgr_wifi_params_t* params);
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c657 if(0 != netmgr_wifi_connect(conn->hdl, (netmgr_wifi_params_t*)&params)) { in reconnect_task_handle()
2287 int netmgr_wifi_connect(netmgr_hdl_t hdl, netmgr_wifi_params_t *params) in netmgr_wifi_connect()
2318 wifi_params = (netmgr_wifi_params_t*) params; in netmgr_wifi_connect()
3435 netmgr_wifi_connect(g_wifi_conn_info->hdl, (netmgr_wifi_params_t*) params);

Completed in 11 milliseconds