Add softap vconf keys
[platform/core/appfw/vconf-internal-keys.git] / scripts / vconf-internal-softap-keys.sh
1 #!/bin/bash
2
3 /usr/bin/buxton2ctl -i -d create-int32 "memory" "memory/softap/connected_device"  "0"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/tethering.admin"
4
5 /usr/bin/buxton2ctl -i -d create-int32 "system" "db/softap/security"  "1"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/tethering.admin"
6
7 /usr/bin/buxton2ctl -i -d create-int32 "system" "db/softap/hide"  "0"  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/tethering.admin"
8
9 /usr/bin/buxton2ctl -i -d create-string "memory" "memory/private/softap/ssid"  ""  "http://tizen.org/privilege/internal/default/public" "http://tizen.org/privilege/tethering.admin"