Description: wlan 5GHz adapter framework

Feature or Bugfix:Feature
Binary Source: No

Signed-off-by: YOUR_NAME <fangdong7@huawei.com>
This commit is contained in:
YOUR_NAME
2021-12-02 07:25:56 +00:00
parent 8736d5e844
commit 5df2404517
+2 -1
View File
@@ -313,13 +313,14 @@ typedef struct {
} WifiIeee80211Channel;
#define MAX_SUPPORTED_RATE 12
#define WIFI_5G_CHANNEL_NUM 24
typedef struct {
int32_t channelNum;
uint16_t bitrate[MAX_SUPPORTED_RATE];
uint16_t htCapab;
uint8_t resv[2];
WifiIeee80211Channel iee80211Channel[24];
WifiIeee80211Channel iee80211Channel[WIFI_5G_CHANNEL_NUM];
} WifiHwFeatureData;
typedef struct {