Currently identity/passphrase are never queried from the agent in 802.1X networks. This patch fixes the problem by triggering a query if credentials are not provisioned. Agent provided credentials are stored separately from provisioned ones in service/network structs.
See previous discussion about the issue here: http://lists.connman.net/pipermail/connman/2011-June/005038.html Henri Bragge (2): service: Store agent provided credentials separately wifi: Use agent provided credentials as a fallback plugins/wifi.c | 22 ++++++++++++++++++---- src/connman.h | 4 ++++ src/network.c | 14 ++++++++++++++ src/service.c | 46 +++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 79 insertions(+), 7 deletions(-) _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
