Skip to content

Commit 3bcba0d

Browse files
Sidartha-CTa-gavin
authored andcommitted
DeviceConfig.py : Add app_flags arg for enterprise configurations for android.
- Set app_flags 1 to connect wifi with gestures. Signed-off-by: Sidartha-CT <neelapu.sidartha@candelatech.com>
1 parent 2d2e47a commit 3bcba0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py-scripts/DeviceConfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ async def configure_wifi(self, port_list=None):
249249
'--es eap_method {} '
250250
'--es eap_user {} '
251251
'--es eap_passwd {} '
252+
'--es app_flags 1 '
252253
'--es auto_wifi 1'.format(
253254
username, server_ip, curr_ssid, curr_passwd, curr_encryption,
254255
curr_eap_method, curr_eap_identity, curr_passwd

0 commit comments

Comments
 (0)