HS 2.0: Document credential parameter required_roaming_consortium

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2018-04-17 13:22:47 +03:00 committed by Jouni Malinen
parent 67cca34645
commit 9b6f93e4d6
3 changed files with 21 additions and 0 deletions

View 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

View 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;
/**

View 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