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
68130860
Commit
68130860
authored
Apr 23, 2014
by
Simó Albert i Beltran
Browse files
Fix SSID length for adhoc_ap mode
parent
cd9ee046
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_wireless.sh
View file @
68130860
...
...
@@ -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"
/
"
$(
echo
"
${
name
:0:
3
2
}
-AP"
|
sed
-e
's|/|\\/|g'
)
"
/
\
-e
s/
"#QMP_SSID"
/
"
$(
echo
"
${
name
:0:2
9
}
-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