qsap: Modify qsapsetSoftap API to set dual2g/5g configurations.
This enhances qsapsetSoftap to take arguments for dual2g and dual5g configurations while maintaining backward compatibility to set config file in case of standalone sap. Additionally enhance 'set' command to configure ssid2 and bridge parameters which are needed for dual2g/dual5g. Also when setting ssid2, disable ssid in config files (or vice-versa). CRs-Fixed: 2080924 Change-Id: I60bf62e6b2ad0cde3ebdfff4814f2ab98aa24b92
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
a21d26579d
commit
a7c3aa8a21
@@ -345,6 +345,8 @@ typedef enum esap_cmd {
|
||||
|
||||
eCMD_ENABLE_WIGIG_SOFTAP = 72,
|
||||
eCMD_INTERFACE = 73,
|
||||
eCMD_SSID2 = 74,
|
||||
eCMD_BRIDGE = 75,
|
||||
|
||||
eCMD_LAST /** New command numbers should be added above this */
|
||||
} esap_cmd_t;
|
||||
|
||||
Reference in New Issue
Block a user