HS 2.0R2: Add update_identifier field to network
This can be used to configure a Hotspot 2.0 Release 2 network externally for a case where wpa_supplicant-based Interworking network selection is not used and the update_identifier cannot be copied directly from a cred. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
5bc285716e
commit
e376290c66
5 changed files with 20 additions and 1 deletions
|
@ -1751,6 +1751,9 @@ static const struct parse_data ssid_fields[] = {
|
|||
#ifdef CONFIG_MACSEC
|
||||
{ INT_RANGE(macsec_policy, 0, 1) },
|
||||
#endif /* CONFIG_MACSEC */
|
||||
#ifdef CONFIG_HS20
|
||||
{ INT(update_identifier) },
|
||||
#endif /* CONFIG_HS20 */
|
||||
};
|
||||
|
||||
#undef OFFSET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue