Rock5/guide/apmode
ROCK 5 > Development > Setting AP mode
Contents
Setting AP mode on ROCK 5
Install Dependencies Packages
$ sudo apt-get install git cmake hostapd dnsmasq iptables
Install create_ap
$ git clone https://github.com/oblique/create_ap $ cd create_ap $ sudo make install
Examples
- Open network:
SSID: ROCK5
$ sudo create_ap --no-virt wlan0 eth0 ROCK5
- WPA + WPA2 passphrase:
SSID: ROCK5 Password: 12345678
$sudo create_ap --no-virt wlan0 eth0 ROCK5 12345678
More information see GitHub: create_ap