mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap
This commit is contained in:
parent
946b30d3d9
commit
03fd962b67
@ -383,9 +383,9 @@ function getTxBytes(params, callback) {
|
||||
function setAccessPoint(params, callback) {
|
||||
let command = "softap set " + params.ifname +
|
||||
" " + params.wifictrlinterfacename +
|
||||
" " + params.ssid +
|
||||
" \"" + params.ssid + "\"" +
|
||||
" " + params.security +
|
||||
" " + params.key +
|
||||
" \"" + params.key + "\"" +
|
||||
" " + "6 0 8";
|
||||
return doCommand(command, callback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user