Is your feature request related to a problem? Please describe.
SavedConnection contains only a subset of the possible properties available on a saved connection. Specifically, I am looking to read the ipv4.addresses entry, both for getting the static IP address for a connection without necessarily being connected to it, and for getting the IP address of a connection in AP mode
Describe the solution you'd like
An ipv4 section on SavedConnection containing at least an addresses field.
For Developers- what would your solution be?
Add any potential solutions or plans of action for this feature. Make sure you have a good understanding of the code base.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
SavedConnectioncontains only a subset of the possible properties available on a saved connection. Specifically, I am looking to read theipv4.addressesentry, both for getting the static IP address for a connection without necessarily being connected to it, and for getting the IP address of a connection in AP modeDescribe the solution you'd like
An ipv4 section on
SavedConnectioncontaining at least anaddressesfield.For Developers- what would your solution be?
Add any potential solutions or plans of action for this feature. Make sure you have a good understanding of the code base.
Additional context
Add any other context or screenshots about the feature request here.