Update patch for '--driver' argument

This commit is contained in:
oblique
2013-12-15 12:38:06 +02:00
parent ba9ffebcad
commit 46723a9686
2 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,9 @@
### Internet sharing from the same WiFi interface:
create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase
### Choose a different WiFi adapter driver
create_ap --driver rtl871xdrv wlan0 eth0 MyAccessPoint MyPassPhrase
### No passphrase (open network) using pipe:
echo -e "MyAccessPoint" | create_ap wlan0 eth0