update README.md file
This commit is contained in:
parent
b9fd1fd19f
commit
ec121dbdbf
12
README.md
12
README.md
@ -14,10 +14,22 @@
|
||||
|
||||
./create_ap wlan0 eth0 MyAccessPoint
|
||||
|
||||
OR
|
||||
|
||||
echo -e "MyAccessPoint\n" | ./create_ap wlan0 eth0
|
||||
|
||||
### WPA + WPA2 passphrase:
|
||||
|
||||
./create_ap wlan0 eth0 MyAccessPoint MyPassPhrase
|
||||
|
||||
OR
|
||||
|
||||
echo -e "MyAccessPoint\nMyPassPhrase" | ./create_ap wlan0 eth0
|
||||
|
||||
### AP without Internet sharing:
|
||||
|
||||
./create_ap -n wlan0 MyAccessPoint MyPassPhrase
|
||||
|
||||
OR
|
||||
|
||||
echo -e "MyAccessPoint\nMyPassPhrase" | ./create_ap -n wlan0
|
||||
|
Loading…
x
Reference in New Issue
Block a user