diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-05 13:24:37 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-05 11:28:37 +0000 |
commit | d4a45315cf30fa26185202d316a8db3af5e05fcc (patch) | |
tree | 0907eb9a366d7bdf07de9ce9f5f13092d629e9db /cli/mmcli-output.h | |
parent | dfc2c51b9cc7d9c780763d42c91bf696c2b8880a (diff) |
cli: add allowed-auth bearer property in output
Given as a list of items, because the bearer can be created with one
or more allowed authentication protocols.
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 5b9cb5ef..2cd02b4b 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -224,6 +224,7 @@ typedef enum { MMC_F_BEARER_PROPERTIES_APN, MMC_F_BEARER_PROPERTIES_ROAMING, MMC_F_BEARER_PROPERTIES_IP_TYPE, + MMC_F_BEARER_PROPERTIES_ALLOWED_AUTH, MMC_F_BEARER_PROPERTIES_USER, MMC_F_BEARER_PROPERTIES_PASSWORD, MMC_F_BEARER_PROPERTIES_NUMBER, |