1[common]
2# nspid: Use "nspid = 0" to get H-NSPID from modem memory
3# or set it manual in decimal format
4nspid=0
5
6[auth]
7use_pkm=1
8
9# eap_type: 
10#	-	EAP-TLS: 			3
11#	-	EAP-TTLS/MD5: 		4
12#	-	EAP-TTLS/MSCHAPV2: 	5
13#	-	EAP-TTLS/CHAP: 		6
14eap_type=5
15
16# use_nv: get anonymous_identity, identity, password, private_key_passwd from modem memory
17use_nv=1
18
19anonymous_identity=""
20identity=""
21password=""
22
23# ca_cert_null: Skip CA Cert check
24ca_cert_null=1
25
26# dev_cert_null: Skip Device Cert check
27dev_cert_null=1
28
29# cert_nv: get cert files from modem memory
30cert_nv=1
31
32# Path to cert files
33ca_cert=""
34client_cert=""
35private_key=""
36private_key_passwd=""
37
38[log]
39wimax_verbose_level=1
40wpa_debug_level=3
41log_file=""
42event_script=""
43
44# If you have problems with default configurations, try to enter them manualy, as showed in examples below
45# Examples:
46###############
47#	- Freshtel(Ukraine)
48#	
49#	nspid=50
50#	use_pkm=1
51#	eap_type=5
52#	use_nv=0
53#	anonymous_identity="MAC@freshtel.com.ua"
54#	identity="login"
55#	password="pass"
56#	ca_cert_null=1
57#	dev_cert_null=1
58#	cert_nv=0
59###############
60#	- Freshtel(Russia)
61#	
62#	nspid=50
63#	use_pkm=1
64#	eap_type=5
65#	use_nv=0
66#	anonymous_identity="login@freshtel.ru"
67#	identity="login"
68#	password="pass"
69#	ca_cert_null=1
70#	dev_cert_null=1
71#	cert_nv=0
72###############
73#	- Comstar(Russia)
74#	
75#	nspid=41
76#	use_pkm=1
77#	eap_type=5
78#	use_nv=0
79#	anonymous_identity="MAC@wimax.comstar-uts.ru"
80#	identity="login"
81#	password="pass"
82#	ca_cert_null=1
83#	dev_cert_null=1
84#	cert_nv=0
85###############
86#	- MEZON(Lithuania)
87#	
88#	nspid=44
89#	use_pkm=1
90#	eap_type=3
91#	use_nv=0
92#	anonymous_identity="MAC@mezon.lt"
93#	ca_cert_null=0
94#	dev_cert_null=0
95#	cert_nv=1
96###############
97#	MAC = your device mac in format - 001122334455
98###############
99# Also you can set auth configuration by hand
100# Example:
101#
102#	eap_type=-1
103#	eap=TTLS
104#	phase1=""
105#	phase2="auth=MSCHAPV2"
106###############