summaryrefslogtreecommitdiff
path: root/package/initramfs/root/factory/wired8021x.conf
blob: 295fd6d6d272b99d058b332343698d4bf70ba640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##### wpa_supplicant configuration file ##############################################
# Empty lines and lines starting with # are ignored

# Example configuration file for wired authenticator. See wpa_supplicant.conf for
# more details.

# IEEE 802.1X with EAP-MD5

ctrl_interface=/var/run/wpa_supplicant
ap_scan=0

network={
	key_mgmt=IEEE8021X
	eap=MD5
	identity="spid_user"
	password="spid_password"
}