sudo apt install hostapd -y
git clone https://github.com/oblique/create_ap
cd create_ap
sudo make install
사용할 SSID명과 비밀번호 입력 지정 후 명령어 실행
sudo create_ap -n wlan0 <SSID> <Passwd>
sudo vim /etc/create_ap.conf
SSID, PASSPHRASE 변경
sudo systemctl restart create_ap
systemctl enable create_ap
systemctl status create_ap