create_ap icon indicating copy to clipboard operation
create_ap copied to clipboard

repeater config of create_ap

Open sanfx opened this issue 4 years ago • 0 comments

What is the equiavalent of doing this create_ap -m bridge p2p0 eth0 MyHotspot password

in the config

$ cat  /etc/create_ap.conf
CHANNEL=default
GATEWAY=192.168.1.1
WPA_VERSION=2
ETC_HOSTS=0
DHCP_DNS=gateway
NO_DNS=0
NO_DNSMASQ=0
HIDDEN=0
MAC_FILTER=0
MAC_FILTER_ACCEPT=/etc/hostapd/hostapd.accept
ISOLATE_CLIENTS=0
SHARE_METHOD=nat
IEEE80211N=0
IEEE80211AC=0
HT_CAPAB=[HT40+]
VHT_CAPAB=
DRIVER=nl80211
NO_VIRT=0
COUNTRY=
FREQ_BAND=2.4
NEW_MACADDR=
DAEMONIZE=0
NO_HAVEGED=0
WIFI_IFACE=p2p0
INTERNET_IFACE=eth0
SSID=MyHotspot
PASSPHRASE=852172777222
USE_PSK=0

using the above different ip address gets assigned while the command line option was using the old ip addresses.

sanfx avatar Apr 23 '20 18:04 sanfx