Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
cd9ee046
Commit
cd9ee046
authored
Apr 07, 2014
by
Jorge L. Florit
Browse files
Allow slash in the AP's SSID in mode adhoc_ap. Closes #283
parent
b51498d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_wireless.sh
View file @
cd9ee046
...
...
@@ -261,7 +261,7 @@ qmp_configure_wifi_device() {
-e
s/
"#QMP_RADIO"
/
"
$radio
"
/
\
-e
s/
"#QMP_DEVICE"
/
"
${
device
}
ap"
/
\
-e
s/
"#QMP_IFNAME"
/
"
${
device
}
ap"
/
\
-e
s/
"#QMP_SSID"
/
"
$
name
"
/
\
-e
s/
"#QMP_SSID"
/
"
$
(
echo
"
${
name
:0:32
}
-AP"
|
sed
-e
's|/|\\/|g'
)
"
/
\
-e
s/
"#QMP_NETWORK"
/
"lan"
/
\
-e
s/
"#QMP_ENC"
/
"
$encrypt
"
/
\
-e
s/
"#QMP_KEY"
/
"
$key
"
/
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment