mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
不显示隐藏wifi
This commit is contained in:
@@ -32,6 +32,14 @@ typedef struct {
|
||||
char mask[16];
|
||||
} IpStatus;
|
||||
|
||||
typedef struct {
|
||||
char ssid[32];
|
||||
char bssid[6];
|
||||
char channel;
|
||||
wlan_sec_type_t security;
|
||||
int16_t rssi;
|
||||
} ApInfo;
|
||||
|
||||
extern IpStatus ip_status;
|
||||
|
||||
extern void WifiInit(void);
|
||||
|
||||
Reference in New Issue
Block a user