xref: /aosp_15_r20/external/wpa_supplicant_8/hostapd/wired.conf (revision 03f9172ca588f91df233974f4258bab95191f931)
1*03f9172cSAndroid Build Coastguard Worker##### hostapd configuration file ##############################################
2*03f9172cSAndroid Build Coastguard Worker# Empty lines and lines starting with # are ignored
3*03f9172cSAndroid Build Coastguard Worker
4*03f9172cSAndroid Build Coastguard Worker# Example configuration file for wired authenticator. See hostapd.conf for
5*03f9172cSAndroid Build Coastguard Worker# more details.
6*03f9172cSAndroid Build Coastguard Worker
7*03f9172cSAndroid Build Coastguard Workerinterface=eth0
8*03f9172cSAndroid Build Coastguard Workerdriver=wired
9*03f9172cSAndroid Build Coastguard Workerlogger_stdout=-1
10*03f9172cSAndroid Build Coastguard Workerlogger_stdout_level=1
11*03f9172cSAndroid Build Coastguard Workerdebug=2
12*03f9172cSAndroid Build Coastguard Workerdump_file=/tmp/hostapd.dump
13*03f9172cSAndroid Build Coastguard Worker
14*03f9172cSAndroid Build Coastguard Workerieee8021x=1
15*03f9172cSAndroid Build Coastguard Workereap_reauth_period=3600
16*03f9172cSAndroid Build Coastguard Worker
17*03f9172cSAndroid Build Coastguard Workeruse_pae_group_addr=1
18*03f9172cSAndroid Build Coastguard Worker
19*03f9172cSAndroid Build Coastguard Worker
20*03f9172cSAndroid Build Coastguard Worker##### RADIUS configuration ####################################################
21*03f9172cSAndroid Build Coastguard Worker# for IEEE 802.1X with external Authentication Server, IEEE 802.11
22*03f9172cSAndroid Build Coastguard Worker# authentication with external ACL for MAC addresses, and accounting
23*03f9172cSAndroid Build Coastguard Worker
24*03f9172cSAndroid Build Coastguard Worker# The own IP address of the access point (used as NAS-IP-Address)
25*03f9172cSAndroid Build Coastguard Workerown_ip_addr=127.0.0.1
26*03f9172cSAndroid Build Coastguard Worker
27*03f9172cSAndroid Build Coastguard Worker# Optional NAS-Identifier string for RADIUS messages. When used, this should be
28*03f9172cSAndroid Build Coastguard Worker# a unique to the NAS within the scope of the RADIUS server. For example, a
29*03f9172cSAndroid Build Coastguard Worker# fully qualified domain name can be used here.
30*03f9172cSAndroid Build Coastguard Workernas_identifier=ap.example.com
31*03f9172cSAndroid Build Coastguard Worker
32*03f9172cSAndroid Build Coastguard Worker# RADIUS authentication server
33*03f9172cSAndroid Build Coastguard Workerauth_server_addr=127.0.0.1
34*03f9172cSAndroid Build Coastguard Workerauth_server_port=1812
35*03f9172cSAndroid Build Coastguard Workerauth_server_shared_secret=radius
36*03f9172cSAndroid Build Coastguard Worker
37*03f9172cSAndroid Build Coastguard Worker# RADIUS accounting server
38*03f9172cSAndroid Build Coastguard Workeracct_server_addr=127.0.0.1
39*03f9172cSAndroid Build Coastguard Workeracct_server_port=1813
40*03f9172cSAndroid Build Coastguard Workeracct_server_shared_secret=radius
41