2 Bugs were found in v1 and fixed. Each Peer object, once connected, will provide its local and remote IPv4 addresses through the IPv4 dict.
Tomasz Bursztyka (6): doc: Improve Peer's API about local and remote IP address gdhcp: Call a function to tell about the given IP for a MAC gsupplicant: Add a getter for the Peer's interface address peer: Add a holder for peer's distant MAC address wifi: Set the MAC address of the distant peer peer: Changed IPv4 property to provide local and remote IP address doc/peer-api.txt | 10 ++++--- gdhcp/gdhcp.h | 5 ++++ gdhcp/server.c | 13 ++++++++ gsupplicant/gsupplicant.h | 1 + gsupplicant/supplicant.c | 9 +++++- include/peer.h | 2 ++ plugins/wifi.c | 5 ++-- src/peer.c | 76 +++++++++++++++++++++++++++++++---------------- 8 files changed, 88 insertions(+), 33 deletions(-) -- 2.0.4 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
