Home
last modified time | relevance | path

Searched refs:netmgr_wifi_ap_info_t (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr.h73 } netmgr_wifi_ap_info_t; typedef
79 netmgr_wifi_ap_info_t config[MAX_AP_CONFIG_NUM]; /**< The ap information array */
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c943 static int read_config_value(char** pos, const char* obj,int* line, netmgr_wifi_ap_info_t* config) in read_config_value()
1117 netmgr_wifi_ap_info_t ap_info; in get_wifi_config()
1119 memset(&ap_info, 0, sizeof(netmgr_wifi_ap_info_t)); in get_wifi_config()
1158 memcpy(&saved_ap_conf->config[i], &ap_info, sizeof(netmgr_wifi_ap_info_t)); in get_wifi_config()
1172 memcpy(&saved_ap_conf->config[i], &ap_info, sizeof(netmgr_wifi_ap_info_t)); in get_wifi_config()
3065 memset(&saved_ap_conf->config[i], 0, sizeof(netmgr_wifi_ap_info_t)); in netmgr_wifi_del_config()
3068 memcpy(&saved_ap_conf->config[i], &saved_ap_conf->config[j], sizeof(netmgr_wifi_ap_info_t)); in netmgr_wifi_del_config()
3584 netmgr_wifi_ap_info_t * ap_info = NULL;
/AliOS-Things-master/components/py_engine/modules/netmgr/
A Dmodnetmgr.c228 netmgr_wifi_ap_info_t ap_info = wifi_config.config[wifi_config.used_ap]; in hapy_netmgr_getConfig()
/AliOS-Things-master/components/py_engine/modules/network/
A Dmodnetwork.c397 netmgr_wifi_ap_info_t *stations = &station_list.config; in haas_wlan_status()

Completed in 13 milliseconds