agent: Implement EAP identity and passphrase query
authorHenri Bragge <henri.bragge@ixonos.com>
Thu, 31 Mar 2011 12:49:32 +0000 (15:49 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 1 Apr 2011 16:26:29 +0000 (18:26 +0200)
commitba8f0c64622661f6055b9a78141d0acc8d35e657
treeb59b21200ec556ec55d22df20d8afb9f03f3997d
parente42f72c763fd7f0c28362b132fb6746d2c301640
agent: Implement EAP identity and passphrase query

EAP credentials will be queried whenever connecting to an 802.1X network
unless EAP-TLS is used OR if service is provisioned via .config file.

Besides adding Identity field into the API, this patch also removes the
restriction to receive value for only one field per response. Now both
Identity and Passphrase can be received in one call.
src/agent.c
src/connman.h
src/service.c