service: Store agent provided credentials separately
authorHenri Bragge <henri.bragge@ixonos.com>
Thu, 28 Jul 2011 14:20:30 +0000 (17:20 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 29 Jul 2011 16:04:40 +0000 (18:04 +0200)
commita7407552a942dc85ab285fb80bedddb3cb2b1010
treeaaf07019970e08cfb1a61a6a3be0900cd1ab1f70
parentbe131cf7aeac819b23a69d63cf70c41b8fea368c
service: Store agent provided credentials separately

Add new fields for agent provided identity/passphrase in service struct
(agent_identity/agent_passphrase) and network ("WiFi.AgentIdentity" and
"WiFi.AgentPassphrase").

Preparing these values in prepare_8021x() is left out because the same
thing is done in request_input_cb(), which is where the values always
come from.
src/connman.h
src/network.c
src/service.c