|  | 
| Edited by loboris at 2015-9-13 12:46 
 
  Tested AP mode, works good using create_ap method. 
 Before using, install some packages:
 
 If you don't want to install git, just download create_ap-master.zip from git or my Mega or GoogleDrive and unpack.Copy codesudo apt-get install git iptables dnsmasq util-linux procps hostapd iproute2 iw haveged
 Then run
 
 Copy codegit clone https://github.com/oblique/create_ap
cd create_ap
sudo make install
After that you can use
 
 to start APCopy codesudo create_ap --ieee80211n --ht_capab '[HT40+]' wlan0 eth0 MyAccessPoint MyPassPhrase &
 See Examples on git page about how to start AP on boot.
 
 Tested on OPI-PLUS, Ubuntu image, connecting from Android and Windows 10.
 
 
 | 
 |