1 ##### hostapd configuration file ##############################################
2 # Empty lines and lines starting with # are ignored
4 # Example configuration file for wired authenticator. See hostapd.conf for
12 dump_file=/tmp/hostapd.dump
15 eap_reauth_period=3600
20 ##### RADIUS configuration ####################################################
21 # for IEEE 802.1X with external Authentication Server, IEEE 802.11
22 # authentication with external ACL for MAC addresses, and accounting
24 # The own IP address of the access point (used as NAS-IP-Address)
27 # Optional NAS-Identifier string for RADIUS messages. When used, this should be
28 # a unique to the NAS within the scope of the RADIUS server. For example, a
29 # fully qualified domain name can be used here.
30 nas_identifier=ap.example.com
32 # RADIUS authentication server
33 auth_server_addr=127.0.0.1
35 auth_server_shared_secret=radius
37 # RADIUS accounting server
38 acct_server_addr=127.0.0.1
40 acct_server_shared_secret=radius