|
@@ -239,23 +239,87 @@ fast_reauth=1
|
|
|
# is enabled.
|
|
|
# hessid=00:11:22:33:44:55
|
|
|
|
|
|
-# Home Realm for Interworking
|
|
|
-#home_realm=example.com
|
|
|
-
|
|
|
-# Username for Interworking network selection
|
|
|
-#home_username=user
|
|
|
-
|
|
|
-# Password for Interworking network selection
|
|
|
-#home_password=secret
|
|
|
-
|
|
|
-# CA certificate for Interworking network selection
|
|
|
-#home_ca_cert=/etc/cert/ca.pem
|
|
|
-
|
|
|
-# IMSI in <MCC> | <MNC> | '-' | <MSIN> format
|
|
|
-#home_imsi=232010000000000
|
|
|
-
|
|
|
-# Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN> format
|
|
|
-#home_milenage=90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:000000000123
|
|
|
+# credential block
|
|
|
+#
|
|
|
+# Each credential used for automatic network selection is configured as a set
|
|
|
+# of parameters that are compared to the information advertised by the APs when
|
|
|
+# interworking_select and interworking_connect commands are used.
|
|
|
+#
|
|
|
+# credential fields:
|
|
|
+#
|
|
|
+# priority: Priority group
|
|
|
+# By default, all networks and credentials get the same priority group
|
|
|
+# (0). This field can be used to give higher priority for credentials
|
|
|
+# (and similarly in struct wpa_ssid for network blocks) to change the
|
|
|
+# Interworking automatic networking selection behavior. The matching
|
|
|
+# network (based on either an enabled network block or a credential)
|
|
|
+# with the highest priority value will be selected.
|
|
|
+#
|
|
|
+# realm: Home Realm for Interworking
|
|
|
+#
|
|
|
+# username: Username for Interworking network selection
|
|
|
+#
|
|
|
+# password: Password for Interworking network selection
|
|
|
+#
|
|
|
+# ca_cert: CA certificate for Interworking network selection
|
|
|
+#
|
|
|
+# client_cert: File path to client certificate file (PEM/DER)
|
|
|
+# This field is used with Interworking networking selection for a case
|
|
|
+# where client certificate/private key is used for authentication
|
|
|
+# (EAP-TLS). Full path to the file should be used since working
|
|
|
+# directory may change when wpa_supplicant is run in the background.
|
|
|
+#
|
|
|
+# Alternatively, a named configuration blob can be used by setting
|
|
|
+# this to blob://blob_name.
|
|
|
+#
|
|
|
+# private_key: File path to client private key file (PEM/DER/PFX)
|
|
|
+# When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
|
|
|
+# commented out. Both the private key and certificate will be read
|
|
|
+# from the PKCS#12 file in this case. Full path to the file should be
|
|
|
+# used since working directory may change when wpa_supplicant is run
|
|
|
+# in the background.
|
|
|
+#
|
|
|
+# Windows certificate store can be used by leaving client_cert out and
|
|
|
+# configuring private_key in one of the following formats:
|
|
|
+#
|
|
|
+# cert://substring_to_match
|
|
|
+#
|
|
|
+# hash://certificate_thumbprint_in_hex
|
|
|
+#
|
|
|
+# For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
|
|
|
+#
|
|
|
+# Note that when running wpa_supplicant as an application, the user
|
|
|
+# certificate store (My user account) is used, whereas computer store
|
|
|
+# (Computer account) is used when running wpasvc as a service.
|
|
|
+#
|
|
|
+# Alternatively, a named configuration blob can be used by setting
|
|
|
+# this to blob://blob_name.
|
|
|
+#
|
|
|
+# private_key_passwd: Password for private key file
|
|
|
+#
|
|
|
+# imsi: IMSI in <MCC> | <MNC> | '-' | <MSIN> format
|
|
|
+#
|
|
|
+# milenage: Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN>
|
|
|
+# format
|
|
|
+#
|
|
|
+# domain: Home service provider FQDN
|
|
|
+# This is used to compare against the Domain Name List to figure out
|
|
|
+# whether the AP is operated by the Home SP.
|
|
|
+#
|
|
|
+# for example:
|
|
|
+#
|
|
|
+#cred={
|
|
|
+# realm="example.com"
|
|
|
+# username="user@example.com"
|
|
|
+# password="password"
|
|
|
+# ca_cert="/etc/wpa_supplicant/ca.pem"
|
|
|
+# domain="example.com"
|
|
|
+#}
|
|
|
+#
|
|
|
+#cred={
|
|
|
+# imsi="310026-000000000"
|
|
|
+# milenage="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82
|
|
|
+#}
|
|
|
|
|
|
# network block
|
|
|
#
|