hi3861软件
This commit is contained in:
13
wifi_connecter.h
Normal file
13
wifi_connecter.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef WIFI_CONNECTER_H
|
||||
#define WIFI_CONNECTER_H
|
||||
|
||||
#include "wifi_device.h" // Wi-Fi设备接口:station模式
|
||||
|
||||
int ConnectToHotspot(WifiDeviceConfig* apConfig);
|
||||
|
||||
void DisconnectWithHotspot(int netId);
|
||||
|
||||
// 获取本机IP地址
|
||||
int GetLocalIpAddress(char* ip_buffer, int buffer_size);
|
||||
|
||||
#endif // WIFI_CONNECTER_H
|
||||
Reference in New Issue
Block a user