Hi James,
On 6/3/22 15:54, James Prestwood wrote:
For network configuration files the man pages (iwd.network) state
that [General].{AlwaysRandomizeAddress,AddressOverride} are only
used if main.conf has [General].AddressRandomization=network.
This actually was not being enforced and both iwd.network settings
were still taken into account regardless of what AddressRandomization
was set to (even disabled).
The handshake setup code now checks the AddressRandomization value
and if anything other than 'network' skips the randomization.
---
src/network.c | 11 +++++++++++
1 file changed, 11 insertions(+)
Applied, thanks.
Regards,
-Denis