WPA Host Based Access Point

Romick yellowrabbit2010 at gmail.com
Wed Jul 22 15:10:37 PDT 2015


On Wed, Jul 22, 2015 at 03:48:57PM +0100, nans_nans1 at yahoo.de wrote:
> Have no one a running Access Point/WPA configuration?
> 
> 

Not with wpa one.

Android, Windows, Dune HD and DFly clients can use this AP without problems. 

----------
# cat /usr/local/etc/hostapd.conf
interface=wlan0
ssid=super
wpa=2
wpa_passphrase=coolpasword
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP

logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2

ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel

ap_isolate=0

----------

# ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 10.0.10.1 netmask 0xffffff00 broadcast 10.0.10.255
        inet6 fe80::a2f3:c1ff:fe32:83d7%wlan0 prefixlen 64 scopeid 0xe
        ether a0:f3:c1:32:83:d7
        ssid super channel 1 (2412 MHz 11g) bssid a0:f3:c1:32:83:d7
        regdomain 33 indoor ecm authmode WPA2/802.11i privacy MIXED
        deftxkey 3 TKIP 2:128-bit TKIP 3:128-bit txpower 20 scanvalid 60
        protmode CTS wme burst dtimperiod 1 -dfs
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g <hostap>
        status: associated
 


-- 
  with best reagrds, Yellow Rabbit
  DragonFly 4.3-DEVELOPMENT x86_64



More information about the Users mailing list