Basic installation script for create_ap
- Save the
install_create_ap.shfile in your system (for example /home folder).
- Give the execute permission to the file:
chmod +x install_create_ap.sh
- Run the script:
./install_create_ap.sh
- *OR After first step you can simply type this to run:
bash install_create_ap.sh
The basic usage is (for Internet sharing):
create_ap wlan0 wlan0 AccessPointName PassPhrase
You can also use the run_create_ap.sh script to automate the jobs.
chmod +x run_create_ap.sh
./run_create_ap.sh
For the first usage you can enter the AccessPointName and PassPhare for once. The next run; script can use the previous AccessPointName and PassPhare.
okay, ran this per the instructions and I get the response that the creation of AP with the SSID name and password. Looks correct without errors. But then what? I don't see the AP when I scan for it with another device.?