Code Review
/
apps
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a0a4afb
)
Add connect command after set passkey
63/7863/1
author
srimaldia
<hariasti.srimaldia-1@jp.alps.com>
Fri, 23 Dec 2016 22:28:04 +0000
(07:28 +0900)
committer
srimaldia
<hariasti.srimaldia-1@jp.alps.com>
Fri, 23 Dec 2016 22:28:04 +0000
(07:28 +0900)
This modification is made to complete connection
procedure to secured AP after set passkey.
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
app/wifi/Wifi.qml
patch
|
blob
|
history
diff --git
a/app/wifi/Wifi.qml
b/app/wifi/Wifi.qml
index
dcde6ed
..
66ee2c2
100644
(file)
--- a/
app/wifi/Wifi.qml
+++ b/
app/wifi/Wifi.qml
@@
-216,6
+216,15
@@
SettingPage {
//showRequestInfo(o.responseText)
console.log(o.responseText)
})
+
+ request(wifiAPIpath + 'connect?network=' + view.currentIndex,
+ function (o) {
+
+ // log the json response
+ //showRequestInfo(o.responseText)
+ console.log(o.responseText)
+ })
+
dialog.visible = false
}
}
@@
-268,3
+277,4
@@
SettingPage {
}
}
}
+