HS 2.0: Document credential parameter required_roaming_consortium
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
67cca34645
commit
9b6f93e4d6
3 changed files with 21 additions and 0 deletions
|
@ -197,6 +197,11 @@ Credentials can be pre-configured for automatic network selection:
|
||||||
# pre-configured with the credential since the NAI Realm information
|
# pre-configured with the credential since the NAI Realm information
|
||||||
# may not be available or fetched.
|
# 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
|
# eap: Pre-configured EAP method
|
||||||
# This optional field can be used to specify which EAP method will be
|
# 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
|
# used with this credential. If not set, the EAP method is selected
|
||||||
|
|
|
@ -225,7 +225,18 @@ struct wpa_cred {
|
||||||
*/
|
*/
|
||||||
size_t roaming_consortium_len;
|
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];
|
u8 required_roaming_consortium[15];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* required_roaming_consortium_len - Length of required_roaming_consortium
|
||||||
|
*/
|
||||||
size_t required_roaming_consortium_len;
|
size_t required_roaming_consortium_len;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -597,6 +597,11 @@ fast_reauth=1
|
||||||
# pre-configured with the credential since the NAI Realm information
|
# pre-configured with the credential since the NAI Realm information
|
||||||
# may not be available or fetched.
|
# 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
|
# eap: Pre-configured EAP method
|
||||||
# This optional field can be used to specify which EAP method will be
|
# 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
|
# used with this credential. If not set, the EAP method is selected
|
||||||
|
|
Loading…
Reference in a new issue