Home
last modified time | relevance | path

Searched refs:netmgr_wifi_ap_list_t (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/netmgr/include/
A Dnetmgr.h206 } netmgr_wifi_ap_list_t; typedef
386 int netmgr_wifi_scan_result(netmgr_hdl_t hdl, netmgr_wifi_ap_list_t* ap_info, int num, netmgr_wifi_…
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_main.c100 netmgr_wifi_ap_list_t *ap_info; in BleCfg_cmd_parse()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dboard_test.c440 netmgr_wifi_ap_list_t ap_info[32]; in test_process_entry()
/AliOS-Things-master/components/py_engine/modules/network/
A Dmodnetwork.c436 netmgr_wifi_ap_list_t wifi_ap_records[16] = { 0 }; in haas_wlan_scan()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c3080 int netmgr_wifi_scan_result(netmgr_wifi_ap_list_t* ap_info, int num, netmgr_wifi_scan_type_t type)
3142 memset(ap_info, 0, num * sizeof(netmgr_wifi_ap_list_t));
3159 ap_info[j] = *(netmgr_wifi_ap_list_t *)ap_check;
3181 ap_info[min_idx] = *(netmgr_wifi_ap_list_t *)ap_check;
3558 netmgr_wifi_ap_list_t ap_info[32];

Completed in 16 milliseconds