projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adding the possibility of local file cache
[openwrt.git]
/
package
/
hostapd
/
files
/
hostapd.sh
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index
529462e
..
2f06cc2
100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-11,7
+11,7
@@
hostapd_setup_vif() {
# TODO: move this parsing function somewhere generic, so that
# later it can be reused by drivers that don't use hostapd
# TODO: move this parsing function somewhere generic, so that
# later it can be reused by drivers that don't use hostapd
-
+
# crypto defaults: WPA2 vs WPA1
case "$enc" in
wpa2*|WPA2*|*PSK2*|*psk2*)
# crypto defaults: WPA2 vs WPA1
case "$enc" in
wpa2*|WPA2*|*PSK2*|*psk2*)
@@
-34,7
+34,7
@@
hostapd_setup_vif() {
*tkip|*TKIP) crypto="TKIP";;
*aes|*AES|*ccmp|*CCMP) crypto="CCMP";;
esac
*tkip|*TKIP) crypto="TKIP";;
*aes|*AES|*ccmp|*CCMP) crypto="CCMP";;
esac
-
+
# use crypto/auth settings for building the hostapd config
case "$enc" in
*psk*|*PSK*)
# use crypto/auth settings for building the hostapd config
case "$enc" in
*psk*|*PSK*)
This page took
0.021621 seconds
and
4
git commands to generate.