wlan: Add support for 11AC, ACS hostapd config
Support for configuring 11ac and ACS channel list parameters in hostapd configuration file through soft AP SDK. Change-Id: I45c4f4285357701299c44f31243dea5107b0fabb CRs-Fixed: 892713
This commit is contained in:
@@ -325,6 +325,10 @@ typedef enum esap_cmd {
|
||||
eCMD_IEEE80211W = 64,
|
||||
eCMD_WPA_KEY_MGMT = 65,
|
||||
eCMD_SET_MAX_CLIENTS = 66,
|
||||
eCMD_IEEE80211AC = 67,
|
||||
eCMD_VHT_OPER_CH_WIDTH = 68,
|
||||
eCMD_ACS_CHAN_LIST = 69,
|
||||
eCMD_HT_CAPAB = 70,
|
||||
|
||||
eCMD_LAST /** New command numbers should be added above this */
|
||||
} esap_cmd_t;
|
||||
|
||||
Reference in New Issue
Block a user