]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0: Document credential parameter required_roaming_consortium
authorJouni Malinen <jouni@codeaurora.org>
Tue, 17 Apr 2018 10:22:47 +0000 (13:22 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 17 Apr 2018 13:40:47 +0000 (16:40 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/README-HS20
wpa_supplicant/config.h
wpa_supplicant/wpa_supplicant.conf

index e4eed2074f915ea072de7bf025d6f841e95dcfe2..a167186bc73a4b8aeadfa7fed2cf085da9e2b890 100644 (file)
@@ -197,6 +197,11 @@ Credentials can be pre-configured for automatic network selection:
 #      pre-configured with the credential since the NAI Realm information
 #      may not be available or fetched.
 #
+# required_roaming_consortium: Required Roaming Consortium OI
+#      If required_roaming_consortium_len is non-zero, this field contains the
+#      Roaming Consortium OI that is required to be advertised by the AP for
+#      the credential to be considered matching.
+#
 # eap: Pre-configured EAP method
 #      This optional field can be used to specify which EAP method will be
 #      used with this credential. If not set, the EAP method is selected
index 05c4f8fb97984be2b29995a21f60401d09e1b11a..4dae36963aa898e341653a738b6b123c3718130f 100644 (file)
@@ -225,7 +225,18 @@ struct wpa_cred {
         */
        size_t roaming_consortium_len;
 
+       /**
+        * required_roaming_consortium - Required Roaming Consortium OI
+        *
+        * If required_roaming_consortium_len is non-zero, this field contains
+        * the Roaming Consortium OI that is required to be advertised by the AP
+        * for the credential to be considered matching.
+        */
        u8 required_roaming_consortium[15];
+
+       /**
+        * required_roaming_consortium_len - Length of required_roaming_consortium
+        */
        size_t required_roaming_consortium_len;
 
        /**
index 972e7e73dfa3376c2e5f3e768fb56ef5c87f17c7..38e6403f46544e848fbede16d0d7465b7392dc41 100644 (file)
@@ -597,6 +597,11 @@ fast_reauth=1
 #      pre-configured with the credential since the NAI Realm information
 #      may not be available or fetched.
 #
+# required_roaming_consortium: Required Roaming Consortium OI
+#      If required_roaming_consortium_len is non-zero, this field contains the
+#      Roaming Consortium OI that is required to be advertised by the AP for
+#      the credential to be considered matching.
+#
 # eap: Pre-configured EAP method
 #      This optional field can be used to specify which EAP method will be
 #      used with this credential. If not set, the EAP method is selected