Changeset 26199
- Timestamp:
- 2011-03-17T08:23:18+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/hostap-driver/files/lib/wifi/hostap.sh
r26198 r26199 125 125 ap) iwconfig "$phy" mode master;; 126 126 wds) iwpriv "$phy" wds_add "$ssid";; 127 adhoc) iwconfig "$phy" mode ad-hoc;; 127 128 *) iwconfig "$phy" mode "$mode";; 128 129 esac
Note: See TracChangeset
for help on using the changeset viewer.