|
@@ -24,6 +24,31 @@ standardized in IEEE Std 802.11u-2011 which is now part of the IEEE Std
|
|
|
802.11-2012.
|
|
|
|
|
|
|
|
|
+wpa_supplicant network selection
|
|
|
+--------------------------------
|
|
|
+
|
|
|
+Interworking support added option for configuring credentials that can
|
|
|
+work with multiple networks as an alternative to configuration of
|
|
|
+network blocks (e.g., per-SSID parameters). When requested to perform
|
|
|
+network selection, wpa_supplicant picks the highest priority enabled
|
|
|
+network block or credential. If a credential is picked (based on ANQP
|
|
|
+information from APs), a temporary network block is created
|
|
|
+automatically for the matching network. This temporary network block is
|
|
|
+used similarly to the network blocks that can be configured by the user,
|
|
|
+but it is not stored into the configuration file and is meant to be used
|
|
|
+only for temporary period of time since a new one can be created
|
|
|
+whenever needed based on ANQP information and the credential.
|
|
|
+
|
|
|
+By default, wpa_supplicant is not using automatic network selection
|
|
|
+unless requested explicitly with the interworking_select command. This
|
|
|
+can be changed with the auto_interworking=1 parameter to perform network
|
|
|
+selection automatically whenever trying to find a network for connection
|
|
|
+and none of the enabled network blocks match with the scan results. This
|
|
|
+case works similarly to "interworking_select auto", i.e., wpa_supplicant
|
|
|
+will internally determine which network or credential is going to be
|
|
|
+used based on configured priorities, scan results, and ANQP information.
|
|
|
+
|
|
|
+
|
|
|
wpa_supplicant configuration
|
|
|
----------------------------
|
|
|
|
|
@@ -65,6 +90,14 @@ hs20=1
|
|
|
# This value controls the Access Network Type value in Probe Request frames.
|
|
|
#access_network_type=15
|
|
|
|
|
|
+# Automatic network selection behavior
|
|
|
+# 0 = do not automatically go through Interworking network selection
|
|
|
+# (i.e., require explicit interworking_select command for this; default)
|
|
|
+# 1 = perform Interworking network selection if one or more
|
|
|
+# credentials have been configured and scan did not find a
|
|
|
+# matching network block
|
|
|
+#auto_interworking=0
|
|
|
+
|
|
|
|
|
|
Credentials can be pre-configured for automatic network selection:
|
|
|
|