1e5b75505Sopenharmony_ci##### hostapd configuration file ############################################## 2e5b75505Sopenharmony_ci# Empty lines and lines starting with # are ignored 3e5b75505Sopenharmony_ci 4e5b75505Sopenharmony_ci# Example configuration file for wired authenticator. See hostapd.conf for 5e5b75505Sopenharmony_ci# more details. 6e5b75505Sopenharmony_ci 7e5b75505Sopenharmony_ciinterface=eth0 8e5b75505Sopenharmony_cidriver=wired 9e5b75505Sopenharmony_cilogger_stdout=-1 10e5b75505Sopenharmony_cilogger_stdout_level=1 11e5b75505Sopenharmony_cidebug=2 12e5b75505Sopenharmony_cidump_file=/tmp/hostapd.dump 13e5b75505Sopenharmony_ci 14e5b75505Sopenharmony_ciieee8021x=1 15e5b75505Sopenharmony_cieap_reauth_period=3600 16e5b75505Sopenharmony_ci 17e5b75505Sopenharmony_ciuse_pae_group_addr=1 18e5b75505Sopenharmony_ci 19e5b75505Sopenharmony_ci 20e5b75505Sopenharmony_ci##### RADIUS configuration #################################################### 21e5b75505Sopenharmony_ci# for IEEE 802.1X with external Authentication Server, IEEE 802.11 22e5b75505Sopenharmony_ci# authentication with external ACL for MAC addresses, and accounting 23e5b75505Sopenharmony_ci 24e5b75505Sopenharmony_ci# The own IP address of the access point (used as NAS-IP-Address) 25e5b75505Sopenharmony_ciown_ip_addr=127.0.0.1 26e5b75505Sopenharmony_ci 27e5b75505Sopenharmony_ci# Optional NAS-Identifier string for RADIUS messages. When used, this should be 28e5b75505Sopenharmony_ci# a unique to the NAS within the scope of the RADIUS server. For example, a 29e5b75505Sopenharmony_ci# fully qualified domain name can be used here. 30e5b75505Sopenharmony_cinas_identifier=ap.example.com 31e5b75505Sopenharmony_ci 32e5b75505Sopenharmony_ci# RADIUS authentication server 33e5b75505Sopenharmony_ciauth_server_addr=127.0.0.1 34e5b75505Sopenharmony_ciauth_server_port=1812 35e5b75505Sopenharmony_ciauth_server_shared_secret=radius 36e5b75505Sopenharmony_ci 37e5b75505Sopenharmony_ci# RADIUS accounting server 38e5b75505Sopenharmony_ciacct_server_addr=127.0.0.1 39e5b75505Sopenharmony_ciacct_server_port=1813 40e5b75505Sopenharmony_ciacct_server_shared_secret=radius 41