mirror of https://github.com/hak5/openwrt.git
parent
c6e67df010
commit
df0f9d6dcc
|
@ -124,6 +124,7 @@ enable_prism2() {
|
|||
;;
|
||||
ap) iwconfig "$phy" mode master;;
|
||||
wds) iwpriv "$phy" wds_add "$ssid";;
|
||||
adhoc) iwconfig "$phy" mode ad-hoc;;
|
||||
*) iwconfig "$phy" mode "$mode";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue