projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: select the internal antenna by default on the ZCN-1523H boards
[openwrt.git]
/
package
/
hostap-driver
/
files
/
lib
/
wifi
/
hostap.sh
diff --git
a/package/hostap-driver/files/lib/wifi/hostap.sh
b/package/hostap-driver/files/lib/wifi/hostap.sh
index
29556b8
..
820a2e7
100755
(executable)
--- a/
package/hostap-driver/files/lib/wifi/hostap.sh
+++ b/
package/hostap-driver/files/lib/wifi/hostap.sh
@@
-112,7
+112,7
@@
enable_prism2() {
config_get ssid "$vif" ssid
config_get mode "$vif" mode
config_get ssid "$vif" ssid
config_get mode "$vif" mode
- [ "$mode" = "wds" ] || iwconfig "$phy" essid
-- "$ssid
"
+ [ "$mode" = "wds" ] || iwconfig "$phy" essid
${ssid:+-- }"${ssid:-any}
"
case "$mode" in
sta)
case "$mode" in
sta)
@@
-124,6
+124,7
@@
enable_prism2() {
;;
ap) iwconfig "$phy" mode master;;
wds) iwpriv "$phy" wds_add "$ssid";;
;;
ap) iwconfig "$phy" mode master;;
wds) iwpriv "$phy" wds_add "$ssid";;
+ adhoc) iwconfig "$phy" mode ad-hoc;;
*) iwconfig "$phy" mode "$mode";;
esac
*) iwconfig "$phy" mode "$mode";;
esac
@@
-245,7
+246,6
@@
detect_prism2() {
config_foreach check_prism2_device wifi-device
[ "$found" -gt 0 ] && continue
cat <<EOF
config_foreach check_prism2_device wifi-device
[ "$found" -gt 0 ] && continue
cat <<EOF
-
config wifi-device radio$devidx
option type prism2
option channel 11
config wifi-device radio$devidx
option type prism2
option channel 11
This page took
0.025655 seconds
and
4
git commands to generate.