From c88b964c89f4da2218cbd62d9852fdb978d7a3cf Mon Sep 17 00:00:00 2001 From: x00522814 Date: Thu, 19 Nov 2020 11:00:30 +0800 Subject: [PATCH] TicketNo:DTS202011090PGEI5P0D00 Description:Synchronize the Wi-Fi code and remove the hi3881 shell command. Team:OTHERS Feature or Bugfix:Feature Binary Source:Huawei PrivateCode(Yes/No):No Change-Id: I4293af341d1734620694dfb0ae4357dc1d6e9ec6 --- model/network/wifi/include/hdf_wifi_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/model/network/wifi/include/hdf_wifi_cmd.h b/model/network/wifi/include/hdf_wifi_cmd.h index 11dddcfd9..1199ea867 100755 --- a/model/network/wifi/include/hdf_wifi_cmd.h +++ b/model/network/wifi/include/hdf_wifi_cmd.h @@ -196,6 +196,7 @@ typedef enum { } WifiMfp; typedef enum { + WIFI_IFTYPE_UNSPECIFIED, WIFI_IFTYPE_ADHOC, WIFI_IFTYPE_STATION, WIFI_IFTYPE_AP, -- Gitee