|
@@ -2,9 +2,9 @@
|
|
|
* Module_Wifi.c
|
|
|
*
|
|
|
* Created on: 2020-01-14
|
|
|
- * Update on: 2022-02-09
|
|
|
+ * Update on: 2023-02-01
|
|
|
* Author: Jerry Wang, Eason Yang, Folus Wen
|
|
|
- * Version: V0.14
|
|
|
+ * Version: V0.26
|
|
|
*
|
|
|
* Issue tracking:
|
|
|
* 1. Set AP mode should be waiting for 30 seconds.
|
|
@@ -261,7 +261,7 @@ int isValidCheckSum(uint8_t *message);
|
|
|
char *Support_InterfaceSTA[2] = {"mlan0", "wlan0"};
|
|
|
char *Support_InterfaceAP[1] = {"uap0"};
|
|
|
char *valid_Internet[3] = {"8.8.8.8", "180.76.76.76", "192.168.10.10"};
|
|
|
-char *Version_And_Date[2] = {"V0.25","2022-06-27"};
|
|
|
+char *Version_And_Date[2] = {"V0.26","2023-02-01"};
|
|
|
int protocol_Version [] = {0,7,0};
|
|
|
|
|
|
int StoreLogMsg(const char *fmt, ...)
|
|
@@ -4758,7 +4758,7 @@ void proc_killConnection()
|
|
|
char cmdBuf[512];
|
|
|
|
|
|
|
|
|
- ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi=OFF;
|
|
|
+ ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi=ON;
|
|
|
ShmStatusCodeData->InfoCode.InfoEvents.bits.ApDisconnectViaWiFi=OFF;
|
|
|
ShmSysConfigAndInfo->SysConfig.AthInterface.WifiNetworkConn=OFF;
|
|
|
ShmStatusCodeData->FaultCode.FaultEvents.bits.WiFiModuleBroken=OFF;
|